Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
/ badwords-list Public archive
forked from MinoGames/badwords-list

A highly consumable list of bad (profanity) english words

License

Notifications You must be signed in to change notification settings

Mistplay/badwords-list

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-list

Usage

var list = require('badwords-list'),
	array = list.array,
	object = list.object,
	regex = list.regex;

Testing

####Requires

  • Mocha
  • better-assert
npm test

or

REPORTER=spec make

or

mocha

About

A highly consumable list of bad (profanity) english words

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.9%
  • Makefile 10.1%