Skip to content

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

Notifications You must be signed in to change notification settings

ViperYS/anyflare_1

 
 

Repository files navigation

Anyflare

Introduction

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

Preview

Anyflare Preview Image

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 CDN.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 96.3%
  • TypeScript 3.7%