Providers and sources for sudo-flix
Find a file
2024-02-26 00:45:51 -08:00
.docs Update 4.changelog.md 2024-02-23 08:42:13 +00:00
.github Update base path of docs 2024-02-23 08:38:14 +00:00
.vscode
examples
src Final Fixes 2024-02-17 16:41:19 -05:00
tests Fix browser integration test 2023-12-25 01:18:05 +01:00
.editorconfig
.eslintrc.js Merge branch 'dev' into pr-14-v2 2023-12-26 21:48:32 +01:00
.gitattributes
.gitignore Added source testing script 2023-09-25 18:50:56 -04:00
.npmrc
.prettierrc
LICENSE Create LICENSE 2023-12-23 23:24:29 +01:00
package-lock.json Bump ip from 1.1.8 to 1.1.9 2024-02-21 03:03:12 +00:00
package.json Bump version 2024-02-23 08:40:28 +00:00
README.md update docs links in README.md 2024-02-25 17:33:53 -08:00
tsconfig.json Add type checking in build step 2023-12-24 19:45:43 +01:00
vite.config.js add basic categories to tests 2024-01-17 17:18:12 +01:00

@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

Visit documentation here: https://movie-web.github.io/providers/

How to run locally or test my changes

These topics are also covered in the documentation, read about it here.