node-red-node-badwords

0.1.0 • Public • Published

node-red-node-badwords

A Node-RED node that attempts to filter out messages containing swearwords.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-node-badwords

Usage

Uses the badwords npm to attempt to filter out messages containing swearwords.

Analyses the msg.payload and tries to filter out any messages containing bad swear words. If the payload contains a bad word then the whole message is blocked.

Note : this only operates on payloads of type string. Everything else is blocked.

Package Sidebar

Install

npm i node-red-node-badwords

Weekly Downloads

5

Version

0.1.0

License

Apache-2.0

Unpacked Size

3.51 kB

Total Files

5

Last publish

Collaborators

  • dceejay
  • knolleary