https://github.com/CreativeCodeCat/profanity-list.js
https://github.com/CreativeCodeCat/profanity-list.js
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/CreativeCodeCat/profanity-list.js
- Owner: CreativeCodeCat
- License: gpl-3.0
- Created: 2023-11-05T01:37:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T01:40:12.000Z (over 1 year ago)
- Last Synced: 2025-04-27T01:49:09.188Z (25 days ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# profanity-list.js
## Install
```
npm install profanity-list.js
```### Code Example
```js
const profanity = require('profanity-list.js');
const matchingTags = profanity("Some content with bad words");
console.log(matchingTags);
```