1.0.6 • Published 7 years ago

happy-m-post-to-trello v1.0.6

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

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.

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago