node-red-contrib-lowercase-test 0.1.1

Simple Node-RED test node that converts text to lowercase.

npm install node-red-contrib-lowercase-test

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.payload to 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

  1. Import the example flow from examples/lowercase-test.json.
  2. Type a message into the inject node and trigger it.
  3. The first debug output shows the uppercase message, then the lowercase-test node 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

Node Info

Version: 0.1.1
Updated 1 day ago
License: ISC
Rating: 5.0 1

Categories

Actions

Rate:

Downloads

0 in the last week

Nodes

  • lowercase-test

Keywords

  • node-red
  • node-red-contrib
  • lowercase
  • test

Maintainers