Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winstxnhdw/worker-proxy
My personal proxy with Cloudflare Workers.
https://github.com/winstxnhdw/worker-proxy
bun cloudflare-workers proxy
Last synced: 2 months ago
JSON representation
My personal proxy with Cloudflare Workers.
- Host: GitHub
- URL: https://github.com/winstxnhdw/worker-proxy
- Owner: winstxnhdw
- Created: 2023-09-03T16:33:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-22T21:41:21.000Z (2 months ago)
- Last Synced: 2024-10-22T23:40:11.405Z (2 months ago)
- Topics: bun, cloudflare-workers, proxy
- Language: TypeScript
- Homepage:
- Size: 474 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# worker-proxy
[![main.yml](https://github.com/winstxnhdw/worker-proxy/actions/workflows/main.yml/badge.svg)](https://github.com/winstxnhdw/worker-proxy/actions/workflows/main.yml)
[![deploy.yml](https://github.com/winstxnhdw/worker-proxy/actions/workflows/deploy.yml/badge.svg)](https://github.com/winstxnhdw/worker-proxy/actions/workflows/deploy.yml)
[![test.yml](https://github.com/winstxnhdw/worker-proxy/actions/workflows/test.yml/badge.svg)](https://github.com/winstxnhdw/worker-proxy/actions/workflows/test.yml)
[![formatter.yml](https://github.com/winstxnhdw/worker-proxy/actions/workflows/formatter.yml/badge.svg)](https://github.com/winstxnhdw/worker-proxy/actions/workflows/formatter.yml)My personal proxy with Cloudflare Workers, powered by [Hono](https://hono.dev/).
## Development
Install all dependencies.
```bash
bun install
```