Skip to content

Cloudflare Worker proxy for getting movie or tv series details from CSFD

License

Notifications You must be signed in to change notification settings

Bladesheng/csfd-api-proxy

Repository files navigation

csfd-api-proxy

Cloudflare Worker proxy for getting movie or tv series details from CSFD.

Also includes endpoint for getting TMDB access token.

How to run this

  • Install dependencies:
npm install
  • Run local dev server:
npm run dev
  • Add secrets to worker:
npx wrangler secret put TMDB_PASSWORD
npx wrangler secret put TMDB_ACCESS_TOKEN
  • Deploy to Cloudflare:
npm run deploy

About

Cloudflare Worker proxy for getting movie or tv series details from CSFD

Topics

Resources

License

Stars

Watchers

Forks