Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

safv12/trello-metrics

Repository files navigation

Trello metrics simple started (DEPRECATED)

Trello metrics allows developers view their team's statistics like the Cycle Time, Lead Time, Reaction Time and Cumulative Flow.

Trello metrics

New in this version v0.5.0

  • Cycletime metric
  • Historical cycletime
  • Lead time metric
  • Reaction time
  • Cumulative flow

To get trello metrics follow next steps

Clone the repo and install dependencies:

$ git clone https://github.com/safv12/nodejs-api.git
$ cd trello_metrics
$ npm install

Edit /server/config/index.js with your trello token

And finally start the app:

$ npm start ### start the app