1.0.8 • Published 8 months ago

check-bad-word v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Bad Word Checker

This is a simple Node.js module that checks if a given input is a bad or curse word. It returns a Promise that resolves to true if a bad word is found, and false otherwise.

Installation

To install this module, run the following command:

npm install bad-word-checker

import {checkBadWord} from 'check-bad-word'


// Check if the input string is a bad word
const isBadWord = await checkBadWord(inputText)

// true for bad word
// false for good word
1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago