happy-m-post-to-trello
v1.0.6
Published
Small module for another my app, just to add new card in trello fast.
Downloads
1
Readme
happy-m-post-to-trello
Small module for another my app, just to add new card in trello fast.
npm install --save happy-m-post-to-trello
const { HappyMTrello, getBoardTypes } = require('happy-m-post-to-trello');
const myTrello = new HappyMTrello();
myTrello.addCard('my_board_type', 'card_header', 'card_desc', attachments[urls]);
Use getBoardTypes to get available boards.