censorify-jqw
v0.1.1
Published
Censors words out of text
Readme
hello nodejs!!
To install: npm install censorify-jqw
To start use: var cw = require("censorify-jqw");
To add some cencor word: cw.addCensoredWord("SOME_CENCOR_WORDS");
To censor a words in sentece: cw.censor("SOME_SENTECE");
