This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

moviex

2.0.0 • Public • Published
stats

Buy Me A Coffee

npm version npm info

Typing SVG

To Install the moviex module, open a console and write the code below.
For npm

npm i moviex

For Yarn

yarn add moviex

Typing SVG

For CommonJS

const moviex = require("moviex");

For ES6

import moviex from "moviex";

Typing SVG

Click Here To Get API Token!

moviex.setToken("API Token")
// Your API Token, To Get Token Key https://discord.gg/luppux

await moviex.search("Naruto") 
// Movie Or Series Name.

await moviex.genres("anime") 
// Genres; "random","anime","horror","adventure","animation","action","comedy" and "drama".

await moviex.status()
// Shows API Status.

Typing SVG

const moviex = require("moviex");

moviex.setToken("API TOKEN");

const random = async function(){
let response = await moviex.genres("random");
console.log(response);
}

random();

For API Requests;

// API Token Is 'Bearer Token'.
Base URL; https://api-moviex.vercel.app
Genres URL; https://api-moviex.vercel.app/genres/:type
Search URL; https://api-moviex.vercel.app/search/:name
Status URL; https://api-moviex.vercel.app/status

Example Output;

{
  name: 'Darling in the Franxx',
  url: 'https://www.imdb.com/title/tt7865090',
  plot: 'In a future world where humanity has been driven to endangerment by giant beasts, a strike force is assembled to destroy the monsters and save the world.',
  date: 2018,
  rate: 7.3,
  genres: [ 'animation', 'action', 'drama', 'romance', 'sciFi' ],
  type: 'series',
  banner: 'https://m.media-amazon.com/images/M/MV5BZGVlY2ZhM2ItMWIwZC00YjU0LWJjNjAtZGVlNWJkM2JmZjhmXkEyXkFqcGdeQXVyMzgxODM4NjM@._V1_.jpg',
  writers: 'Naotaka Hayashi,Joel Bergen,Hiroshi Seko,Rino Yamazaki,Masahiko Ôtsuka,Atsushi Nishigori',
  runtime: '24m'
}



Typing SVG

Discord Banner
Buy Me A Coffee

Package Sidebar

Install

npm i moviex

Weekly Downloads

8

Version

2.0.0

License

GPL-3.0

Unpacked Size

41.7 kB

Total Files

4

Last publish

Collaborators

  • beykant