Skip to content
matfire edited this page Oct 28, 2022 · 2 revisions

Welcome to the TheMovieWrapper wiki!

Getting Started

  • 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" or const 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)

Clone this wiki locally