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.
 
 
Brett Langdon c59eeae9ea update readme and add license 10 years ago
.gitignore ignore built binary 10 years ago
LICENSE update readme and add license 10 years ago
Makefile pass username to Makefile 10 years ago
README.md update readme and add license 10 years ago
github-keys.go use log package 10 years ago

README.md

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>"]