Skip to content

cvpcasada/swearing-is-bad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swearing-is-bad

npm license github-issues

Swearing is bad! This will sanitize your string input not to include bad words.

stars forks

Usage

import clean from 'swearing-is-bad';

const out = clean(`a string to be sanitized`);

Install

npm install --save swearing-is-bad

Scripts

  • npm run build : bili --format cjs --format es --js babel --flow --browser
  • npm run watch : bili -w --format cjs --format es --js babel --flow --browser
  • npm run test : jest

Contributing

Contributions welcome; Please submit all pull requests the against master branch. If your pull request contains JavaScript patches or features, you should include relevant unit tests. Please check the Contributing Guidelines for more details. Thanks!

Author

Cyrus Venn Casada

License

About

Swearing is bad! This will sanitize your string input not to include bad words.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published