GitHub Burndown Chart as a Service http://radekstepan.com/burnchart
Go to file
Radek Stepan 84ff3207e4 do not pipe coffee, compile 2012-05-25 18:43:14 +01:00
public cleanup of the style 2012-05-25 17:03:43 +01:00
templates cleanup of the style 2012-05-25 17:03:43 +01:00
.gitignore do not pipe coffee, compile 2012-05-25 18:43:14 +01:00
README.md dealing with non working weekends; closes #6 2012-05-25 13:39:31 +01:00
app.coffee dealing with non working weekends; closes #6 2012-05-25 13:39:31 +01:00
config.yml yaml config 2012-05-23 16:17:39 +01:00
example.png show issues closed on that day onhover, add y axis, close #2 2012-05-24 17:14:01 +01:00
package.json yaml config 2012-05-23 16:17:39 +01:00
webserver.sh do not pipe coffee, compile 2012-05-25 18:43:14 +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'

Then, assign tickets to milestones and add labels to them in the format size n.

Use:

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

Example:

image