node-red-nodes/analysis/swearfilter
Dave C-J c58ed99115 Update swearfilter and wordpos as npms 2014-07-06 21:29:30 +01:00
..
74-swearfilter.html Added list of Nodes to he ReadME so people can see what's there without digging... Bunch of cleanups to node-red-nodes... mainly just removing tabs -> spaces and stuff. No code changes... 2013-11-10 17:01:19 +00:00
74-swearfilter.js Update node-red-nodes sample, analysis, storage and time nodes to use strict and pass jshint scan 2014-06-28 23:37:19 +01:00
LICENSE Update swearfilter and wordpos as npms 2014-07-06 21:29:30 +01:00
README.md Update swearfilter and wordpos as npms 2014-07-06 21:29:30 +01:00
package.json Update swearfilter and wordpos as npms 2014-07-06 21:29:30 +01:00

README.md

node-red-node-badwords

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

Install

Run the following command in the root directory of your Node-RED install

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.