Hubstats
========

Handy tool to get metrics about organizations, repositories and users.

### Installation

* Download the `hubstats` directory.
* Update `octokit.yml` to contain the Github Access Token.
* Create the docker image: `docker build -t <image_name> .`
* Run the docker image: `docker run -d -p 80:80 -t <image_name>`

You can now access Hubstats on your machine.

### Github Access Token 

The Github Access Token is a token that should grant read access to the
organization, users, and repositories. If a repository is not accessible,
gathering metrics will fail.
