node-red-contrib-lowercase-test 0.1.1
Simple Node-RED test node that converts text to lowercase.
node-red-contrib-lowercase-test
A minimal test Node-RED node that converts incoming text to lowercase.
Features
- Single input, single output node
- Converts
msg.payloadto lowercase - Handles any input type by stringifying before conversion
- Includes an importable example flow with an uppercase-to-lowercase debug chain
Installation
npm install node-red-contrib-lowercase-test
For local testing from this folder:
npm pack
Usage
- Import the example flow from examples/lowercase-test.json.
- Type a message into the inject node and trigger it.
- The first debug output shows the uppercase message, then the
lowercase-testnode converts it back to lowercase for the second debug output.
Example
See examples/lowercase-test.json.
Node-RED Compatibility
- Node-RED:
>=2.0.0 - Node.js:
>=16