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.
Write both the Developer API key and the generated token down, you will need these to configure the application.
Setup & Running
Clone the repository
λ git clone git@github.com:swordbeta/trello-burndown.git && cd trello-burndown
Copy the default configuration
λ cp config.yaml.default config.yaml
Edit the configuration file with your favorite editor and set the developer api key and generated token you wrote down earlier.