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 (11 loc) • 586 B
Markdown
# Examples
On this folder you can find different examples in various environments.
`typescript` folder includes examples on how to use the package in a TypeScript powered
Node project.
`javascript` folder included examples on how to use the package in a browser,
and in a Node project both for `CommonJS` and `ES Modules` module systems.
If you are not sure on the difference between `CommonJS` and `ES Modules`,
you can check the following links:
- https://blog.logrocket.com/commonjs-vs-es-modules-node-js/
- https://nodejs.org/api/modules.html
- https://nodejs.org/api/esm.html