1.2.0 • Published 3 years ago

@groovox/tmdb v1.2.0

Weekly downloads
9
License
Apache-2.0
Repository
gitlab
Last release
3 years ago

@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

1.2.0

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago