A simple profanity finding library to detect swear language.
npm install profanity-finder
npm install profanity-finder --save
`
Usage
`js
var profanityfinder = require('profanity-finder');
var findprofanity = profanityfinder.findprofanity;
var text="this is shit";
var x= findprofanity(text);
`
The value of x will be true if any hate speach is found in the passed string to findprofanity()`