Skip to content

imbhargav5/trello-promise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!'));
      

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published