@coffeeandfun/google-profanity-words

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

Usage no npm install needed!

<script type="module">
  import coffeeandfunGoogleProfanityWords from 'https://cdn.skypack.dev/@coffeeandfun/google-profanity-words';
</script>

README

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!