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 59 countries!
17 lines (16 loc) • 392 B
JSON
{
"name": "the-dark-knight",
"version": "1.0.0",
"description": "Get the streaming availability of The Dark Knight",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Movie of the Night",
"license": "MIT",
"dependencies": {
"streaming-availability": "^2.1.0"
},
"type": "module"
}