wchristian / profane-words

A very long list of English profanity.

Home Page:http://npm.im/profane-words

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

profane-words


Aiming to be a comprehensive list of profanity in English.

This includes words from several other lists, with some 'ok words' filtered out.

For other languages, you may wish to check here and here.

Installation: npm i -S profane-words

Usage:

import words from 'profane-words'
const arg = process.argv[2]

if (words.includes(arg.toLowerCase())) {
  console.warn('Watch your mouth.')
}

Why: blacklisting words for whatever reason, probably. I'm using it for searches.

License: WTFPL

About

A very long list of English profanity.

http://npm.im/profane-words

License:Do What The F*ck You Want To Public License


Languages

Language:JavaScript 100.0%