Go to file
mrjvs ffe5e4bb4f Added first source and embed 2023-08-27 20:36:38 +02:00
.github Add repo meta files 2023-08-23 17:56:03 +02:00
.vscode repo setup 2023-06-21 14:50:06 +02:00
docs running sources/embeds + media input 2023-08-25 22:29:50 +02:00
src Added first source and embed 2023-08-27 20:36:38 +02:00
.editorconfig repo setup 2023-06-21 14:50:06 +02:00
.eslintrc.js fix some type errors 2023-06-21 15:17:54 +02:00
.gitattributes repo setup 2023-06-21 14:50:06 +02:00
.gitignore repo setup 2023-06-21 14:50:06 +02:00
.npmrc repo setup 2023-06-21 14:50:06 +02:00
.prettierrc repo setup 2023-06-21 14:50:06 +02:00
README.md Add runner 2023-08-27 19:47:09 +02:00
package-lock.json Added first source and embed 2023-08-27 20:36:38 +02:00
package.json Added first source and embed 2023-08-27 20:36:38 +02:00
tsconfig.json Added first source and embed 2023-08-27 20:36:38 +02:00
vite.config.js Added first source and embed 2023-08-27 20:36:38 +02:00

README.md

@movie-web/providers

package that holds all providers of movie-web. Feel free to use for your own projects.

features:

  • scrape popular streaming websites
  • works in both browser and server-side

This package is still WIP

TODO documentation: examples for nodejs + browser

TODO documentation: how to use + usecases

TODO documentation: examples on how to make a custom fetcher

TODO functionality: running individual scrapers

TODO functionality: choose environment (for browser, for native)

TODO content: add all scrapers/providers

TODO tests: add tests