@groovox/tmdb

1.2.0 • Public • Published

@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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @groovox/tmdb

    Weekly Downloads

    3

    Version

    1.2.0

    License

    Apache-2.0

    Unpacked Size

    15 kB

    Total Files

    4

    Last publish

    Collaborators

    • joshuaavalon