Skip to content

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

Notifications You must be signed in to change notification settings

IkariDevGIT/google-profanity-words

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%