Skip to content

chromecide/node-red-contrib-primitives

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple node-red nodes for working with primitive values

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published