Go to file
Jonathan Barrow e008ebd019
support all API key types
2023-09-26 13:47:30 -04:00
.docs Add documentation 2023-09-05 22:18:59 +02:00
.github doc deployment action 2023-09-05 22:24:45 +02:00
.vscode repo setup 2023-06-21 14:50:06 +02:00
examples add support for full url merging 2023-09-06 14:30:21 +02:00
src Add stream targets 2023-09-10 23:52:51 +02:00
.editorconfig repo setup 2023-06-21 14:50:06 +02:00
.eslintrc.js add simply library tests + fix umd and cjs mixup bug + simplify library paths 2023-09-06 21:57:57 +02:00
.gitattributes repo setup 2023-06-21 14:50:06 +02:00
.gitignore Added source testing script 2023-09-25 18:50:56 -04: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 stream targets 2023-09-10 23:52:51 +02:00
package-lock.json add ts-node into dev deps 2023-09-26 18:34:52 +02:00
package.json add ts-node into dev deps 2023-09-26 18:34:52 +02:00
run-source.ts support all API key types 2023-09-26 13:47:30 -04:00
tsconfig.json update dom lib 2023-09-26 18:45:21 +02:00
vite.config.js bump version and fix package types 2023-09-10 19:45:20 +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

Todos:

  • make default fetcher maker thing work with both undici and node-fetch