GitHub Burndown Chart as a Service
http://radekstepan.com/burnchart
368592d6ee | ||
---|---|---|
public | ||
templates | ||
.gitignore | ||
README.md | ||
app.coffee | ||
config.yml | ||
example.png | ||
package.json | ||
webserver.sh |
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:
- Start a node server using
.webserver.sh
- Visit http://0.0.0.0:3000/