0.3.3 • Published 5 years ago

node-red-contrib-trello-basis v0.3.3

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

node-red-contrib-trello-basis

A set of Node-RED nodes to interact with the Trello API.

Installation

Run the following command in the root directory of your Node-RED install:

$ npm install -s node-red-contrib-trello-basis

Usage

get-all-lists

WARNING:
The DELETE action is not reversible.

To learn more about Adding Nodes, take a look through Node-RED documents.

You can use a mustache-syntax to include variables from msg

For example, dynamically changing the Path field: 1. Configure the Path field on the trello node to be /boards/{{payload.id}}/lists.

  1. Add a Function node and copy the following code into the Function field:

    msg.payload = {
        "id": "YOUR_BOARD_ID"
    };
    return msg;

    your-board-id

  2. Wire the function and trello nodes.

Acknowledgements

This project uses the following open source software:

License

This project is released under the MIT License.

0.3.3

5 years ago

0.3.2

5 years ago

0.3.2-beta.1

5 years ago

0.3.1-a1

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.1.1

5 years ago