google-profanity-words
google-profanity-words copied to clipboard
Full list of bad words and top swear words banned by Google.
About
Full list of bad words and top swear words banned by Google. The list is updated monthly. Pull requests are welcome!
Status
Getting started
npm install -s @coffeeandfun/google-profanity-words
Usage
import { ProfanityEngine } from '@coffeeandfun/google-profanity-words';
let profanity = new ProfanityEngine();
profanity.all(); // returns all bad words as an array.
profanity.search('bad word'); // returns true if the word is found in the list.
Contribute
Read the contribution guide and join the contributors!