dbiesecke / cloudflare-example-MusicBrainz-mirror

Simple Proxy for MusicBrainz to overcome the IP Limitation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MusicBrainz / Example Cloudflare Mirror

  • Simple Proxy for MusicBrainz to overcome the IP Limitation

  • host can change to other & fit your needs

Deploy to Cloudflare Workers

Example

Build and Deploy

npm install -g @cloudflare/wrangler
wrangler generate booster https://github.com/dbiesecke/cloudflare-example-MusicBrainz-mirror
  • Install dependencies
cd booster
npm install
  • Authenticate Wrangler with a Cloudflare API Token
wrangler login
wrangler config
  • Edit the configuration object in src/index.js

  • Build and publish to Cloudflare Workers

wrangler build
wrangler publish

Deps

Header

🚀 The template to kickstart rocket-booster workers. The src/index.js file contains the code and configuration of the template. Documentation and examples for rocket-booster can be found here.

)

About

Simple Proxy for MusicBrainz to overcome the IP Limitation

License:MIT License


Languages

Language:TypeScript 100.0%