Procedures to develop Node-RED node from OpenAPI document
In this post, I will explain how to use the “Node generator” which makes it easy to create Node-RED nodes.
What is the Node generator?
Node generator is a command-line tool that can create custom nodes automatically. This tool provides functionality to generate the code of Node-RED node from Open API document like Swagger Codegen. In addition to the Open API document, it also supports JavaScript code in a function node as a source file. Using this tool, Node developers can easily develop and publish their custom nodes on the flow…