Helper lib for tmdb api
npm install @episodehunter/tmdb> Helper lib for The movie db api
```
$ npm install @episodehunter/tmdb
`js`
const tmdb = new Tmdb(apikey)
#### constructor(apikey: string)
Creates an instance of Tmdb
#### fetchShow(id: number): Promise
Fetch a show with given id.
MIT