Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 783 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 783 Bytes

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.