Yesterday I released version 0.5.0 of my trello module. In case you don’t know it: it is a small and easy to use module for accessing the API of Trello.
That’s new in version 0.5.0:
- Support of promises
- Basic support of Labeling:
- getLabelsForBoard
- addLabelOnBoard
- deleteLabel
- addLabelToCard
- deleteLabelFromCard
Many thanks to the contributors!
The project is hosted on GitHub.
To use the module within your projects:
npm install trello
Feedback appreciated :)