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
- Host: GitHub
- URL: https://github.com/robertjgabriel/google-profanity-words-node-module
- Owner: RobertJGabriel
- License: mit
- Created: 2018-09-26T22:04:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T22:09:35.000Z (over 7 years ago)
- Last Synced: 2025-03-24T03:01:41.801Z (about 1 year ago)
- Topics: google, profanity, profanity-detection
- Language: JavaScript
- Size: 56.6 KB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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