providers/README.md

18 lines
465 B
Markdown
Raw Normal View History

2023-06-21 12:58:34 +00:00
# @movie-web/providers
package that holds all providers of movie-web.
Feel free to use for your own projects.
2023-06-21 13:31:18 +00:00
features:
- scrape popular streaming websites
- works in both browser and NodeJS server
2023-08-24 19:51:43 +00:00
- choose between all streams or non-protected stream (for browser use)
2023-06-21 13:31:18 +00:00
2023-06-21 12:58:34 +00:00
> This package is still WIP
2023-08-24 19:51:43 +00:00
> TODO documentation: examples for nodejs + browser
> TODO documentation: how to use + usecases
> TODO documentation: examples on how to make a custom fetcher