Builds a portfolio of GitHub repos you own or have contributed to, ranked by a combination of four metrics.
Prerequisites:
Installing:
git clone [email protected]:bruz/hubfolio.git
cd hubfolio
cp .lein-env.example .lein-env
Modify the configuration in .lein-env. Get an OAuth token on your GitHub Applications page, under Personal access tokens.
lein repl
In the REPL:
(user/reset)
To deploy to Heroku:
- Add a Redis addon, and set the REDIS_URL config (
heroku config:Set
) to the URL for it - Set the OAUTH_TOKEN config to
- Do a
git push heroku master
, assumingheroku
is your remote.