Adding a node

    Node-RED nodes are packaged as modules and published to the public npm repository.

    Once published to npm, they can be added to the Flow Library using the form below.

    To add a node to the library, follow these steps:

    1
    Create your node and package it as an npm module.

    Your module must have

    2
    Publish your module to the public npm repository.

    You can use the npm publish command to do this.

    3
    Add your node to the Flow Library

    Use this form to tell the Flow Library about your node.