Skip to content
cymplecy edited this page Aug 28, 2018 · 90 revisions

image

This node allows you to make your own function node using drag and drop Google Blockly blocks instead of having to write code in Javascript.

Follow these instructions to install the node into your palette.

To assist you in learning the Blockly integration for Node-RED, a number of examples have been provided.

Beginners Intermediate Advanced
Hello World Create a list of items Cleanup when node is closed
Add Text to Message Send a message to an output Clone message
Creating and Using Variables Searching or removing items in a list Create an (Javascript) object
Execute actions based on conditions ... ...
Show a status text on the node ... Exit blockly processing
... ... Object to JSON string and back-...