This project is a Cloudflare Worker that acts as a proxy to fetch a URL provided in the URI. It authenticates requests using an API key set in the Cloudflare environment variables.
- Clone the repository.
- Install the Cloudflare Wrangler CLI if you haven't already:
npm install -g @cloudflare/wrangler - Authenticate Wrangler with your Cloudflare account:
wrangler login - Publish the worker:
wrangler publish