Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ajshovon/anyflare
- Owner: ajshovon
- Created: 2024-11-25T14:12:23.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T08:23:26.000Z (3 months ago)
- Last Synced: 2024-12-13T19:49:28.660Z (2 months ago)
- Topics: anyflare, cloudflare, cloudflare-workers
- Language: TypeScript
- Homepage: https://anyflare.mclqwyhxqolr4t.workers.dev/
- Size: 20.5 KB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```