Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bravo68web/github-raw-proxy
Github Raw Proxy
https://github.com/bravo68web/github-raw-proxy
cloudflare cloudflare-workers github-raw-url hono worker
Last synced: 14 days ago
JSON representation
Github Raw Proxy
- Host: GitHub
- URL: https://github.com/bravo68web/github-raw-proxy
- Owner: BRAVO68WEB
- Created: 2023-08-23T04:29:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-23T04:48:41.000Z (over 1 year ago)
- Last Synced: 2024-05-01T15:28:32.328Z (8 months ago)
- Topics: cloudflare, cloudflare-workers, github-raw-url, hono, worker
- Language: TypeScript
- Homepage: https://raw.b68.dev/
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Github Raw Proxy
### Why?
Github Raw is a great service, but it is blocked by some ISPs. This proxy allows you to access Github Raw from anywhere.
### How does it work?
This proxy is a [Cloudflare Worker](https://workers.cloudflare.com/). It uses the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) to fetch the raw file from Github and return it to the client.
### Usage:
```
${rawPath}/:username/:repo/:branch/:path
```
### Example:
```
${rawPath}/honoagency/hono/main/index.ts
```### How to use it?
1. Fork this repo
2. Clone it
3. Follow the instructions in the [📄 Cloudflare Docs](https://developers.cloudflare.com/pages/framework-guides/deploy-a-hono-site/#deploy-with-cloudflare-pages)
4. Enjoy!#### *Powered by [🔥 Hono](https://hono.dev)*
#### *Deployed on [🌥️ Cloudflare Workers](https://cloudflare.com)*