@episodehunter/tmdb
v0.1.5
Published
Helper lib for tmdb api
Downloads
18
Readme
Helper lib for The movie db api
Install
$ npm install @episodehunter/tmdbUsage
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
