node-red-contrib-primitives

0.2.0 • Public • Published

node-red-contrib-primitives

Simple node-red nodes for working with primitive values

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

npm install node-red-contrib-primitives

Arrays

Nodes for working with arrays

array-iterate

Allows looping over an array.

array-join

Joins an array on the supplied character

Booleans

Nodes for working with boolean values

bool-toggle

Toggles a boolean value

Numbers

Nodes for working with Numbers

number-inc

Increments the value of a property

number-dec

Decrements the value of a property

Strings

Nodes for working with Strings

string-split

Splits the string value of a property on the configured character.

/node-red-contrib-primitives/

    Package Sidebar

    Install

    npm i node-red-contrib-primitives

    Weekly Downloads

    14

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

    • chromecide