Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 277 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 277 Bytes

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',
}