/cesorify

npm packet for censors a words out of text

Primary LanguageJavaScript

Hello !!

To install: npm install censorify-wim

To start use: var cw = require("censorify-wim");

To add some cencor word: cw.addCensoredWord("SOME_CENCOR_WORDS");

To censor a words in sentece: cw.censor("SOME_SENTECE")