1.0.6 • Published 8 years ago

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

Weekly downloads
1
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago