trello-burndown

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2016 License: MIT Imports: 4 Imported by: 0

README

trello-burndown

An easy to use trello burndown chart.

Screenshots
Viewing a burndown chart

view

Adding a trello board

add

Index page with table of trello boards

index

Assumptions
  • The points must be present in the title between parenthesis like so: (2) Add login page
  • The last column of the board is where finished cards are found.
Installation
Obtain trello tokens
  1. Login to trello
  2. Generate a Developer API key
  3. Generate a token by visiting the following URL: https://trello.com/1/authorize?name=trello-burndown&expiration=never&response_type=token&key=DEVELOPER_API_KEY. Replace "DEVELOPER_API_KEY" with the key you generated in the previous step.
  4. Write both the Developer API key and the generated token down, you will need these to configure the application.
Setup & Running
  1. Clone the repository

    λ git clone git@github.com:swordbeta/trello-burndown.git && cd trello-burndown
    
  2. Copy the default configuration

    λ cp config.yaml.default config.yaml
    
  3. Edit the configuration file with your favorite editor and set the developer api key and generated token you wrote down earlier.

    λ vim config.yaml
    
  4. Build & run with docker

    λ docker build -t trello-burndown . && docker run --rm -p 8080:8080 --name trello-burndown trello-burndown
    
TODO
  • Release binaries wit gox
  • Publish on dockerhub

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
src

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL