0.5.3 • Published 7 years ago

rudeboy v0.5.3

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

Simple, syncronous bad language identifier for profanity invalidation.

> npm install rudeboy

var rude = require('rudeboy');
rude('f**k') // true


// If you want to know what was matched you can have that info returned.
var returnObject = true
rude('f**k', returnObject) // {rude: true, words: { input: ['f**k'], list: ['f**k']}

See test.js for more examples

TODO:

  • Add non english match words
  • improve tests for each specific use cases and matches
  • allow consumer to add their own word lists
0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago