Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@groovox/tmdb

groovox14Apache-2.01.2.0

The Movie Database (TMDb) Api wrapper

groovox, tmdb

readme

@groovox/tmdb

License Pipelines NPM

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" });

Implemented Api