providers/README.md

28 lines
772 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
2023-08-27 17:47:09 +00:00
- works in both browser and server-side
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
2023-08-27 18:57:24 +00:00
Todos:
- add tests (integration, unit tests)
- running individual scrapers
- finish fetchers:
- make baseUrl param work
- proper serialization (with content-type headers) for standard fetcher
- automatically parse json
- error logging for failed scrapers
- make the lib not compile into one file, keep dependency structure
Future todos:
- docs: examples for nodejs + browser
- docs: how to use + usecases
- docs: examples for custom fetcher
- choose an output environment (for browser or for native)
- flixhq show support