providers/README.md

15 lines
445 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:
2023-09-16 04:18:26 +00:00
- scrape popular streaming websites
- works in both browser and server-side
2023-08-24 19:51:43 +00:00
Visit documentation here: https://movie-web.github.io/providers/
2023-09-29 19:57:58 +00:00
2023-12-29 16:24:34 +00:00
## How to run locally or test my changes
These topics are also covered in the documentation, [read about it here](https://movie-web.github.io/providers/extra-topics/development).