GitHub Burndown Chart as a Service http://radekstepan.com/burnchart
Go to file
Radek Stepan 4d09c8f218 remove glitchy char 2012-05-23 16:18:26 +01:00
public nice working line chart by rickshaw 2012-05-23 15:45:03 +01:00
templates yaml config 2012-05-23 16:17:39 +01:00
.gitignore example with a nice theme, running GitHub API v3 through node 2012-05-22 14:38:23 +01:00
README.md remove glitchy char 2012-05-23 16:18:26 +01:00
app.coffee yaml config 2012-05-23 16:17:39 +01:00
config.yml yaml config 2012-05-23 16:17:39 +01:00
example.png yaml config 2012-05-23 16:17:39 +01:00
package.json yaml config 2012-05-23 16:17:39 +01:00
webserver.sh example with a nice theme, running GitHub API v3 through node 2012-05-22 14:38:23 +01:00

README.md

Server for connect to GitHub Issues API and displaying a burndown chart for a current milestone.

Requirements:

You can install all the following dependencies by running:

npm install -d

Configure:

The app is configured by pointing to a public GitHub user/project. Do so in config.yml:

github_user:    'intermine'
github_project: 'InterMine'
project_name:   'Core InterMine Project'

Use:

  1. Start a node server using .webserver.sh.
  2. Visit http://0.0.0.0:3000/

Example:

image