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!

13 lines (8 loc) 218 B
# Netflix Popular Action Movies This example shows how to get the most popular action movies from Netflix. ## How to Run Update `API_KEY` constant with your own API key. Then: ```shell npm install npm start ```