npm.io
1.0.14 • Published 5 years ago

imdb-api-client

Licence
MIT
Version
1.0.14
Deps
2
Size
5 kB
Vulns
23
Weekly
0

IMDb API Client

JavaScript Client for accessing imdb data

Installation

npm install imdb-api-client

Methods

import {
  getImdbId, getNextEpisode
}

// request the imdb id
const getImdbId = await getImdbId('atlanta')

// request latest episode information
const getNextEpisode = await getNextEpisode('tt4288182')

API

X_RAPIDAPI_HOST=
X_RAPIDAPI_KEY=

To obtain host and api key, reference documentation below.

IMDb API Documentation

Keywords