RobertJGabriel / google-profanity-words-node-module

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google-profanity-words NPM version Build Status Dependency Status Coverage percentage

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

Installation

$ npm install --save google-profanity-words

Usage

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%