MayD524 / google-profanity-words

Full list of bad words and top swear words banned by Google.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

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!

About

Full list of bad words and top swear words banned by Google.


Languages

Language:JavaScript 100.0%