2.0.1-4 • Published 1 year ago
badwords-list v2.0.1-4
badwords-list v1.0.0
A highly consumable list of bad (profanity) english words based on the nice short and simple list found in Google's "what do you love" project made accessable by Jamie Wilkinson here
Inspired by badwords
This data has been exposed as an object that contains
- an array
- an object
- a regular expression
depending on what is required for your purposes.
Install
npm install badwords-listUsage
var list = require('badwords-list'),
array = list.array,
object = list.object,
regex = list.regex;Testing
Requires
- Mocha
- better-assert
npm testor
REPORTER=spec makeor
mocha