Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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