Chapter 13: Creating and Publishing Your Own Node on the Node-RED Library
So far, we have learned about Node-RED using the prepared nodes. In this chapter, you'll learn how to create your own node and publish it in a library. After completing the tutorials in this chapter, you will be able to publish your own node for use by various developers around the world.
Let's get started with the following topics:
- Creating your own node
- Testing your own node in a local environment
- Publishing your own node as a module on the Node-RED Library
By the end of this chapter, you will have mastered how to create your own node.