Skip to content

Latest commit

History

History
25 lines (17 loc) 路 454 Bytes

README.md

File metadata and controls

25 lines (17 loc) 路 454 Bytes

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