Host GitHub user public keys
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

348 B

github-keys

github-keys is a web server written in golang which acts as a proxy to https://api.github.com/users/<username>/keys.

Installing

go get github.com/brettlangdon/github-keys

Running

github-keys -username "<username>"

Options

github-keys -username "<username>" [-ttl <seconds>] [-listen "[host]:<port>"]