phantom-movies

2.0.1 • Public • Published

PhantomMovies.com API Wrapper

Phantom Movies provides a simple HTTP API to Integrate ours into your Business or Application

Requirements

  • PhantomMovies.com API Key (Get it here)
  • npm >=8.3.0
  • node >=16.0.0

Installation

npm install phantom-movies

Usage

const PhantomMovies = require("phantom-movies");
const API = new PhantomMovies.API("YOUR_API_KEY");

API.searchMovie("Avatar: The Way of Water").then((res) => {
	console.log(res); // Get information on the Movie with the Title Avatar: The Way of Water
});

Package Sidebar

Install

npm i phantom-movies

Weekly Downloads

2

Version

2.0.1

License

ISC

Unpacked Size

5.68 kB

Total Files

4

Last publish

Collaborators

  • friizologyy