All Projects → mhsjlw → Imdb

mhsjlw / Imdb

Licence: mit
An IMDb interface for Node

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Imdb

Imdbpy
IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters and companies
Stars: ✭ 792 (+2162.86%)
Mutual labels:  movies, imdb
Rats
Movie Ratings Synchronization with Python
Stars: ✭ 156 (+345.71%)
Mutual labels:  movies, imdb
Awesome It Films
📺 A curated list of awesome films about IT & geek people.
Stars: ✭ 722 (+1962.86%)
Mutual labels:  movies, imdb
Gmdb
GMDB is the ultra-simple, cross-platform Movie Library with Features (Search, Take Note, Watch Later, Like, Import, Learn, Instantly Torrent Magnet Watch)
Stars: ✭ 189 (+440%)
Mutual labels:  movies, imdb
Cloudstream 2
CloudStream 2 is an android streaming app for movies, tv-shows and anime
Stars: ✭ 120 (+242.86%)
Mutual labels:  movies, imdb
MovieRatings
Android app to show movie ratings when browsing Netflix, Amazon Prime Video and other supported video streaming apps on the phone
Stars: ✭ 71 (+102.86%)
Mutual labels:  movies, imdb
Warezz
It's illegal cuz they can't tax you!
Stars: ✭ 386 (+1002.86%)
Mutual labels:  movies
Magic Cards
🎩 Queue music, play movies, or trigger events with RFID cards.
Stars: ✭ 372 (+962.86%)
Mutual labels:  movies
Api
PHP 7.3+ API Wrapper for The Movie Database
Stars: ✭ 317 (+805.71%)
Mutual labels:  movies
Anime Offline Database
Updated every week: A JSON based offline anime database containing the most important meta data as well as cross references to various anime sites such as MAL, ANIDB, ANILIST, KITSU and more...
Stars: ✭ 292 (+734.29%)
Mutual labels:  movies
Moviesy
A beautiful client for YTS website which also provides built-in torrent & subtitles downloader with chromecast ❤️
Stars: ✭ 30 (-14.29%)
Mutual labels:  movies
Arch Plex
Docker build script for Arch Linux base with Plex Media Server
Stars: ✭ 10 (-71.43%)
Mutual labels:  movies
Bobarr
🍿 The all-in-one alternative for Sonarr, Radarr, Jackett... with a VPN and running in docker
Stars: ✭ 697 (+1891.43%)
Mutual labels:  movies
Yyetsbot
🎬 人人影视bot,完全对接人人影视全部无删减资源
Stars: ✭ 8,417 (+23948.57%)
Mutual labels:  movies
Rescore
Sentiment analysis for movie reviews
Stars: ✭ 11 (-68.57%)
Mutual labels:  movies
Node Imdb Api
A non-scraping, functional node.js interface to imdb (mirror of gitlab.com/worr/node-imdb-api)
Stars: ✭ 314 (+797.14%)
Mutual labels:  imdb
Filmy
🎥 Material designed awesome movie app which is powered by tmdb.
Stars: ✭ 697 (+1891.43%)
Mutual labels:  movies
Media Tracker
Self-hosted open source media-tracker for tv shows and movies. (React, Redux)
Stars: ✭ 21 (-40%)
Mutual labels:  movies
Radarr
A fork of Sonarr to work with movies à la Couchpotato.
Stars: ✭ 5,707 (+16205.71%)
Mutual labels:  movies
Homehost
self-hosted, Netflix-like app made for streaming
Stars: ✭ 564 (+1511.43%)
Mutual labels:  movies

IMDb CircleCI

An IMDb interface for Node

import { IMDb, Movie } from '../src'

async function example(): Promise<Movie> {
  let i = new IMDb()
  let movie = await i.getMovie('tt3501632') // Thor: Ragnarok
  return movie
}

example()
  .then((movie) => console.log(movie.getTitle()))
  .catch((e) => console.error(e))
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].