@episodehunter/tmdb
v0.1.5
Published
Helper lib for tmdb api
Downloads
2
Readme
Helper lib for The movie db api
Install
$ npm install @episodehunter/tmdb
Usage
const tmdb = new Tmdb(apikey)
API
constructor(apikey: string)
Creates an instance of Tmdb
fetchShow(id: number): Promise<Show>
Fetch a show with given id.
License
MIT