Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajshovon/anyflare

Anyflare is a Cloudflare worker proxy which you can deploy yourself to download anything through Cloudflare CDN.
https://github.com/ajshovon/anyflare

anyflare cloudflare cloudflare-workers

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/ajshovon/anyflare)

### Manual Deploy

```bash
# 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

```bash

# Start development server
npm run dev

```