1.0.14 ā€¢ Published 4 years ago

imdb-api-client v1.0.14

Weekly downloads
2
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago