trello-promise
v1.0.7
Published
## Inspired from [norberteder/trello](https://github.com/norberteder/trello) Trello client with isomorphic-fetch and promises.
Downloads
130
Readme
trello-promise
Inspired from norberteder/trello
Trello client with isomorphic-fetch and promises.
var Trello = require("trello");
var trello = new Trello("MY APPLICATION KEY", "MY USER TOKEN");
trello.addCard('Clean car', 'Wax on, wax off', myListId}).then(res=>console.log('Yay!'));
