inappropriate
v1.0.4
Published
Tells if there is any inappropriate words
Downloads
1
Readme
Inappropriate
Inappropriate
Tells if the given word is profane.
Installation
npm i --save inappropriate
Usage
var wordChecker = require('inappropriate');
wordChecker.isProfane("your word")
Notes
Demo Submission.