@groovox/tmdb
v1.2.0
Published
The Movie Database (TMDb) Api wrapper
Downloads
3
Readme
@groovox/tmdb
The Movie Database (TMDb) Api wrapper.
Getting Started
npm i @groovox/tmdb
import { TmdbApiV3 } from "@groovox/tmdb";
const client = new TmdbApiV3({ auth: { accessToken: "<ACCESS_TOKEN>" } });
// const client = new TmdbApiV3({ auth: { apiKey: "<API_KEY>" } });
const result = await client.searchCompanies({ query: "Example" });