An open API service indexing awesome lists of open source software.

https://github.com/CreativeCodeCat/profanity-list.js


https://github.com/CreativeCodeCat/profanity-list.js

Last synced: 15 days ago
JSON representation

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);
```