Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 838 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 838 Bytes

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