0.2.5 • Published 11 months ago
@plotwist_app/tmdb v0.2.5
A TypeScript library for interacting with The Movie Database (TMDB) API, offering strongly-typed and modular access to movies, TV shows, and other media.
Installation
npm install @plotwist_app/tmdbUsage
Initialize the client with your API key:
import { TMDB } from "@plotwist_app/tmdb";
const tmdb = TMDB("YOUR_TMDB_ACCESS_TOKEN");Examples:
Get Movie Details:
const movie = await tmdb.movies.details(550, "en-US");Multi search:
const results = await search.multi("Inception", "en-US");
License
This project is licensed under the MIT License.
0.2.5
11 months ago
0.2.4
11 months ago
0.2.3
11 months ago
0.2.2
12 months ago
0.2.1
12 months ago
0.2.0
1 year ago
0.1.9
1 year ago
0.1.8
1 year ago
0.1.7
1 year ago
0.1.6
1 year ago
0.1.5
1 year ago
0.1.4
1 year ago
0.1.3
1 year ago
0.1.2
1 year ago
0.1.1
1 year ago
0.1.0
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago