A client for The Movie Database (TMDb) API v3, version 0.1.7. This package provides methods to search movies, TV shows, seasons, and episodes using pagination or by ID. It uses callbacks and is intended for server-side Node.js. Notable limitations: only basic querying is supported; many API endpoints are omitted. The package is no longer actively maintained and has been deprecated in favor of more complete alternatives like tmdb or moviedb.
npm install tmdb-clientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing and using the client to fetch movies and TV shows.
Switch to 'tmdb' or 'moviedb' package.
Use a more complete library like 'moviedb' or 'tmdb' for full API coverage.
Wrap calls in a Promise or use util.promisify.
Run 'npm install tmdb-client' in your project root.
Ensure you do 'const TmdbClient = require('tmdb-client');' then 'const client = new TmdbClient();'.Provide a valid API object with host, key, and path.
No dependency data recorded yet.