A Cloudflare Worker CORS Proxy made with TypeScript
A TypeScript Cloudflare Worker to proxy CORS requests
First, you will need to install and set up wrangler
npm install -g @cloudflare/wrangler
wrangler config
Then
wrangler.toml
and modify it with your user credentialsTo start developing
npm run dev:webpack
npm run dev
preview
And a preview will launch in your browser
To publish you only have to do the following
npm run publish