All Projects → leocabeza → the-movie-db

leocabeza / the-movie-db

Licence: MIT License
Promised based Javascript API wrapper for https://www.themoviedb.org/ that works in the browser and node.js.

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to the-movie-db

FlickOff
A lite movie guide app, with MVVM architecture, that lets you discover movies from TMDb.
Stars: ✭ 31 (-11.43%)
Mutual labels:  tmdb
BESTV
Android TV App powered by TMDb. It is a easy way to find the best TV content, the top movies, series... all of that in your TV.
Stars: ✭ 49 (+40%)
Mutual labels:  tmdb
tmdb-api
This Kotlin Multiplatform library is for accessing the TMDB API to get movie and TV show content. Using for Android, iOS, and JS projects.
Stars: ✭ 31 (-11.43%)
Mutual labels:  tmdb
faceapp.js
JavaScript API wrapper for the FaceApp tool for Android and iOS
Stars: ✭ 59 (+68.57%)
Mutual labels:  javascript-api-wrapper
PopMovies
Aplicativo em Android para organização dos seus filmes favoritos.
Stars: ✭ 41 (+17.14%)
Mutual labels:  tmdb
laravel-tmdb
Interact with TMDB data in your Laravel application.
Stars: ✭ 25 (-28.57%)
Mutual labels:  tmdb
movie-api
[DEPRECATED] 🎬 Get info for movies and TV shows
Stars: ✭ 32 (-8.57%)
Mutual labels:  tmdb
Paging-3-Sample
This app is created as a sample app which loads movies from Tmdb api and uses Paging 3 library to show it in a Recycler view.
Stars: ✭ 96 (+174.29%)
Mutual labels:  tmdb
TheMovieDatabaseSwiftWrapper
Swift wrapper for themoviedb.org api v3
Stars: ✭ 126 (+260%)
Mutual labels:  tmdb
tmdb-web-translations
No description or website provided.
Stars: ✭ 12 (-65.71%)
Mutual labels:  tmdb
tmdbv3api
A lightweight Python library for The Movie Database (TMDb) API. The TMDb API is a resource for developers to integrate movie, TV show and cast data along with posters or movie fan art.
Stars: ✭ 145 (+314.29%)
Mutual labels:  tmdb
MovieCards
React App that uses TMDb API to display movie data. Try it out! ->
Stars: ✭ 38 (+8.57%)
Mutual labels:  tmdb
Trakt-Userscripts
Userscripts to improve and add features to Trakt.tv
Stars: ✭ 39 (+11.43%)
Mutual labels:  tmdb
movies
🍿 react-app for movies
Stars: ✭ 60 (+71.43%)
Mutual labels:  tmdb
TMDB-App
Demo app using TMDB api
Stars: ✭ 13 (-62.86%)
Mutual labels:  tmdb
SilverScreener
A feature-rich movie guide app, that lets you discover movies from TMDb.
Stars: ✭ 24 (-31.43%)
Mutual labels:  tmdb
tv-randshow
App to choose a random TV show episode - Made with #Flutter
Stars: ✭ 90 (+157.14%)
Mutual labels:  tmdb
Dowy
🎬Application that displays a list of Movies and Tv Series using Modern Android Application Development tools and API's
Stars: ✭ 29 (-17.14%)
Mutual labels:  tmdb
Crackle
Movie guide app
Stars: ✭ 16 (-54.29%)
Mutual labels:  tmdb
movie-trailer
🎥 Fetch movie trailers: "Crash" ➔ http://path/to/trailer
Stars: ✭ 19 (-45.71%)
Mutual labels:  tmdb

npm bundle size npm bundle size GitHub license workflow status semantic-release

@leonardocabeza/the-movie-db

Promised based Javascript API wrapper for https://www.themoviedb.org/ that works in the browser and node.js.

It works for versions 3 and 4 of TMDB.

Table of Contents

Compatibility

It works out of the box for modern browsers and node versions greater or equal to 10.13.0

Installation

This package is distributed via npm:

npm install @leonardocabeza/the-movie-db

Usage

First, get an API key here: https://www.themoviedb.org/faq/api

You can read the examples folder in this repo or you can also try it out in a REPL

API

For more methods exposed by v3 and v4 functions, you could refer to the api docs for a full list:

CDN

<script crossorigin src="https://unpkg.com/@leonardocabeza/the-movie-db@latest/dist/the-movie-db.umd.js"></script>

Contributing

See CONTRIBUTING.md

Promises

@leonardocabeza/the-movie-db depends on a native ES6 Promise implementation to be supported. If your environment doesn't support ES6 Promises, you can polyfill.

About

This product uses the TMDb API but is not endorsed or certified by TMDb.

TMDb

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].