trello-to-markdown-table

0.0.1 • Public • Published

trello-to-markdown

Small library that connects to a trello board, downloads all the cards and places them in markdown table

| Inbox | OnGoing                                                 | Blocked / Waiting | Completed! |
| :---- | :------------------------------------------------------ | :---------------- | :--------- |
|       | [On Going!](https://trello.com/c/qwQ8wvAH/173-on-going) |                   |            |

Usage

  1. Obtains an API token and secret for trello (trello.com/app-key)

  2. Obtain the id of the board you want to have the have (is the id of the board url)

  3. Use the library, check the example but there is not much to say

Try

You can try with the example.js, you would need to set the TRELLO_API and TRELLO_SECRET environment variables and call the script as:

node example.js $BOARD_ID

Readme

Keywords

Package Sidebar

Install

npm i trello-to-markdown-table

Weekly Downloads

1

Version

0.0.1

License

ISC

Unpacked Size

4.14 kB

Total Files

4

Last publish

Collaborators

  • kozko2001