node-themoviedb
node-themoviedb copied to clipboard
A Node.JS wrapper for The Movie DB API.
Results
1
node-themoviedb issues
Sort by
recently updated
recently updated
newest added
I might be running this wrong but ```js moviedb.seasonInfo({ tv_id: 3498, season_number: 10675 }) ``` returns an error ```js statusCode: 404, statusMessage: 'Not Found', url: 'https://api.themoviedb.org/3/tv/:id/season/1', params: { api_key: 'redacted',...