providers/.docs/content/1.get-started/0.introduction.md

15 lines
747 B
Markdown
Raw Normal View History

2023-12-26 22:35:58 +00:00
# Introduction
2023-12-29 15:59:30 +00:00
## What is `@movie-web/providers`?
2023-12-26 23:15:23 +00:00
2023-12-29 15:59:30 +00:00
`@movie-web/providers` is the soul of [movie-web.app](https://movie-web.app). It's a collection of scrapers of various streaming sites. It extracts the raw streams from those sites, so you can watch them without any extra fluff from the original sites.
## What can I use this on?
We support many different environments, here are a few examples:
- In browser, watch streams without needing a server to scrape (does need a proxy)
- In a native app, scrape in the app itself
- In a backend server, scrape on the server and give the streams to the client to watch.
2023-12-29 16:05:01 +00:00
To find out how to configure the library for your environment, You can read [How to use on X](../2.essentials/0.usage-on-x.md).