Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zo-bro-23/githubusercontent
My ISP blocked the raw.githubusercontent.com domain (😕), so I wrote code to bypass the restriction!
https://github.com/zo-bro-23/githubusercontent
api domain redirect tools
Last synced: 24 days ago
JSON representation
My ISP blocked the raw.githubusercontent.com domain (😕), so I wrote code to bypass the restriction!
- Host: GitHub
- URL: https://github.com/zo-bro-23/githubusercontent
- Owner: Zo-Bro-23
- Created: 2022-12-12T11:43:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T09:15:08.000Z (over 1 year ago)
- Last Synced: 2023-03-11T04:19:04.476Z (over 1 year ago)
- Topics: api, domain, redirect, tools
- Language: JavaScript
- Homepage: https://githubusercontent.vercel.app
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# githubusercontent
My ISP blocked the raw.githubusercontent.com domain (😕), so I wrote code to bypass the restriction!## Usage
`https://githubusercontent.zohan.tech?user={USERNAME}&repo={REPO}&branch={BRANCH}&path={PATH}` renders the raw githubusercontent for repo `{REPO}` by user `{USERNAME}` at the branch `{BRANCH}` and file path `{PATH}`. For example, `https://githubusercontent.zohan.tech/?user=Zo-Bro-23&repo=Zo-Bro-23&branch=output&path=github-contribution-grid-snake.svg` renders the snake svg that I have in the root folder of the `output` branch of the repo `@Zo-Bro-23/Zo-Bro-23`.