1.0.14 • Published 5 years ago

imdb-api-client v1.0.14

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago