0.0.7 • Published 7 years ago

profane-js v0.0.7

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

Profane-Js

A small and lighweight offline profanity checker

Getting Started

  npm i profane-js --save

Prerequisites

Node Package Manager Installed

  var profanity = require('profane-js');
  profanity.containsProfanity(myText);

Example

  profanity.containsProfanity('good'); //return false
  profanity.containsProfanity('ass'); //return true
  profanity.containsProfanity('hey bitch'); //return true

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago