-
Notifications
You must be signed in to change notification settings - Fork 0
Home
matfire edited this page Oct 28, 2022
·
2 revisions
Welcome to the TheMovieWrapper wiki!
- install TheMovieWrapper, simply run
npm i @matfire/the_movie_wrapper
inside your project. - import the API class by using
import API from "@matfire/the_movie_wrapper"
orconst API = require("@matfire/the_movie_wrapper")
- initialize your client by creating a new instance of this class and passing your tmdb api key as a parameter
const client = new API("the_key_goes_here")
- enjoy! (hopefully)
for more information about each available method, you can take a look at the specific pages for that service (Authentication, Movie and TV)