How to : make my own node in a node-RED library
There is not a lot of documentation yet on how to create your own node, it might not be very clear on how to do it.
Because i have interest to know more about to make my own node simply.
How it is possible?
How to make node-red library like this http://flows.nodered.org/node/node-red-node-email ???
Answer by ValerieLampkin (2820) | Jun 28, 2016 at 07:40 AM
The documentation provides various information about how to create and publish nodes.
Have you read the documentation for creating your first node?
http://nodered.org/docs/creating-nodes/first-node
If you have a specific question that is not covered in the documentation, you can submit it on the Node-Red Google mail list.
If i,m follow the steps is it possible to make a node in node red library like "email".Is it right??
Yes, you should be able to create your own node. However, an email node already exists here.
@ValerieLampkin I can follow the steps you told but i can't see my npm in http://flows.nodered.org/node but it shows https://www.npmjs.com/package why i can't see it in nodered.org?
Watson IoT timestamp to node-red? 2 Answers
Node-RED Instructions for adding a new library 2 Answers
Getting HTTP 415 Unsupported Media Type in Message Hub with REST API 4 Answers
Help! Node-Red Application suddenly crashing at start --> Can't access code! 1 Answer
How to access every single data in the JSON packet and perform operations on it? 1 Answer