/huburn

Burndown for GitHub milestones

Primary LanguageJavaScript

screenshot

Velocity and Burndown chart for GitHub milestones.

Config

A configuration file named config.js is required for huburn to operate.

module.exports = {
  githubClientId: 'xxx', 
  githubClientSecret: 'xxxxxx',
}