2.0.1 • Published 1 year ago

phantom-movies v2.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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
});
2.0.1

1 year ago

2.0.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago