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

https://github.com/robertjgabriel/google-profanity-words-node-module

Full List of Bad Words and Top Swear Words Banned by Google. As they closed the api
https://github.com/robertjgabriel/google-profanity-words-node-module

google profanity profanity-detection

Last synced: about 1 year ago
JSON representation

Full List of Bad Words and Top Swear Words Banned by Google. As they closed the api

Awesome Lists containing this project

README

          

# google-profanity-words [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Full List of Bad Words and Top Swear Words Banned by Google. As they closed the api

## Installation

```sh
$ npm install --save google-profanity-words
```

## Usage

```js
const googleProfanityWords = require('google-profanity-words');

googleProfanityWords.list(); // [ '5h1t','5hit','a55','anal','anus',etc.....] Returns a array of Profanity. 350
```
## License

Apache-2.0 © [Robert James Gabriel](https://www.robertgabriel.ninja)

[npm-image]: https://badge.fury.io/js/google-profanity-words.svg
[npm-url]: https://npmjs.org/package/google-profanity-words
[travis-image]: https://travis-ci.org/RobertJGabriel/google-profanity-words.svg?branch=master
[travis-url]: https://travis-ci.org/RobertJGabriel/google-profanity-words
[daviddm-image]: https://david-dm.org/RobertJGabriel/google-profanity-words.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/RobertJGabriel/google-profanity-words
[coveralls-image]: https://coveralls.io/repos/RobertJGabriel/google-profanity-words/badge.svg
[coveralls-url]: https://coveralls.io/r/RobertJGabriel/google-profanity-words