Skip to content

BRAVO68WEB/github-raw-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. It uses the 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
  4. Enjoy!

Powered by 🔥 Hono