Skip to content

abhishek-sharma8/cf-download-proxy

 
 

Repository files navigation

CF Download Proxy

A download proxy using Cloudflare Workers.

Try it online: https://download-proxy.zhaofengying.com

Or if you prefer using an API directly: GET https://download-proxy.zhaofengying.com/api/download?url={ORIGINAL_FILE_URL}

How to build your own

If you don't want to build it yourself, you can also download it from GitHub Release.

First, you need to install Node.js and pnpm.

Then install dependencies:

pnpm i

Finally run this command to build:

pnpm build

The built file is in the dist folder, you can upload it directly to Cloudflare Workers.

About

A file download proxy service powered by Cloudflare Workers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.8%
  • TypeScript 26.2%