Skip to content

Anyflare is a cloudflare worker proxy which you can deploy yourself to download anything through cloudflare.

Notifications You must be signed in to change notification settings

tiger-robot/anyflare

 
 

Repository files navigation

Anyflare

Introduction

Anyflare is a cloudflare worker proxy which you can deploy yourself to download anything through cloudflare.

Features

  • Increase Speed: Increase your slow download speed with Cloudflare CDN
  • Resumable Downloads: Generates resumable download url for any url
  • Universal: Works with most if not any download links

Deployment

Easily deploy with Cloudflare Worker

Deploy to Cloudflare Workers

Manual Deploy

# Clone this repo
git clone https://github.com/ajshovon/anyflare

# Goto the repo dir
cd anyflare

# Install dependency
npm install

# Deploy
npm run deploy

Development

# Start development server
npm run dev

About

Anyflare is a cloudflare worker proxy which you can deploy yourself to download anything through cloudflare.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.0%
  • HTML 45.0%