https://github.com/ricoledan/imdb-api-client
🎥 JavaScript Client for accessing imdb data
https://github.com/ricoledan/imdb-api-client
Last synced: 4 days ago
JSON representation
🎥 JavaScript Client for accessing imdb data
- Host: GitHub
- URL: https://github.com/ricoledan/imdb-api-client
- Owner: Ricoledan
- Created: 2020-08-02T23:10:20.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T20:43:18.000Z (over 3 years ago)
- Last Synced: 2025-02-10T17:45:43.766Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMDb API Client
🎥 JavaScript Client for accessing imdb data
## Installation
```bash
npm install imdb-api-client
```
## Methods
```javascript
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](https://docs.rapidapi.com/docs/keys)