Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itszavier/filterjs2.0


https://github.com/itszavier/filterjs2.0

Last synced: about 10 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Get started

based on the older package `devspeed-filterjs`
```js
const {Filter, badwords} = require("@devspeed/filterjs");

const TextFilter = new Filter("hi badword")

console.log(TextFilter.censor()) // hi *******

console.log(TextFilter.hasBlacklistWord()); // true
```

> badwords is filled with most of the words from [https://www.noswearing.com](https://www.noswearing.com/)