trello-promise

v1.0.7
## Inspired from [norberteder/trello](https://github.com/norberteder/trello) Trello client with isomorphic-fetch and promises.

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!'));
      
npm i trello-promise

Metadata

  • MIT
  • Whatever
  • Bhargav Ponnapalli
  • released 11/16/2016

Downloads