1.0.4 • Published 7 years ago
inappropriate v1.0.4
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.