Skip to content

eternity1984/node-red-contrib-trello-basis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform npm@latest npm@beta npm License: MIT
Codacy LGTM LGTM alert vulnerabilities

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.

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

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

    your-board-id

  3. Wire the function and trello nodes.

Acknowledgements

This project uses the following open source software:

License

This project is released under the MIT License.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published