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!

20 lines (19 loc) 406 B
{ "name": "the-godfather", "version": "1.0.0", "description": "Get the streaming availability of The Godfather", "main": "index.js", "scripts": { "start": "tsc && node index.js" }, "keywords": [], "author": "Movie of the Night", "license": "MIT", "devDependencies": { "typescript": "^5.4.5" }, "dependencies": { "streaming-availability": "4.x" }, "type": "module" }