0.2.0 • Published 6 years ago

warui v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Warui

npm version codecov CircleCI

A JavaScript library to detect bad words. It uses the Urban Dictionary API and a built in dictionary.

Usage

Warui requires axios to work.

Install as an npm package

npm install --save axios warui

Then import or require the instance.

or via CDN

https://unpkg.com/warui
https://unpkg.com/axios

Then use as Warui or window.Warui

API

Warui.classify(term: String, threshold: Number): Promise<Boolean> Classify is an async function

License

Released under MIT

0.2.0

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago