Skip to content

TMDB Client

Installation

bash
npm i tmdbc

Usage

ts
import { TMDBClient } from 'tmdbc';

const client = new TMDBClient({ token: 'Your token' });

Released under the AGPL-3.0 License.