UNPKG

streaming-availability

Version:

Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 60 countries!

14 lines (9 loc) 264 B
# The Godfather This example shows how to get the streaming availability data of [The Godfather](https://www.imdb.com/title/tt0068646/) via its IMDb id. ## How to Run Update `API_KEY` constant with your own API key. Then: ```shell npm install npm start ```