Skip to content

A dead simple proxy to make authenticated reads to a gist. 🤝

Notifications You must be signed in to change notification settings

eggplanetio/gistproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gistproxy

A dead simple proxy to make authenticated gist reads (rate limits stink)

Usage

Load up the proxy then visit https://localhost:3000/api/<gist_id>

Run locally

GITHUB_TOKEN=mytoken node index.js

Run locally with Docker

docker pull eggplanet/gistproxy
docker run -p 3000:3000 --name gistproxy -t -e "GITHUB_TOKEN=mytoken" eggplanet/gistproxy

Run in the cloud on now

now -e GITHUB_TOKEN=mytoken

About

A dead simple proxy to make authenticated reads to a gist. 🤝

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published