MovieDB
node.js library that makes the interaction with themoviedb.org V3 API easy.
Installation
npm install themoviedb-api-client --save
Usage
Require MovieDB and provide your themoviedb.org API KEY
const tmdb = 'your api key';
Use the api methods as you want, for example:
tmdb;
or
tmdb;
Available methods
All themoviedb.org API v3 methods included.