node-red-contrib-words
v1.0.0
Published
Returns a count words of a string.
Readme
My first node to test and learning about node-red plataform.
How it works?
Very simple, enter with a value into msg.payload and an object will be return with this structure:
- msg.topic: Your topic
- msg.payload: Your payload.
- msg.count: An count of words into the string.
