Skip to content

Project to playaround with publishing and maintaining tidy consumable packages to npm

Notifications You must be signed in to change notification settings

mario-lemes/sensitive-words

Repository files navigation

sensitive-words

Project to playaround with publishing and maintaining tidy consumable packages to npm.

Example

$ npm install sensitive-words --save
const sensitiveWords = require('sensitive-words').default;

const filtered = sensitiveWords(
	'The new apple macbook pro will have a touchbar',
	['pro', 'touchbar']
);

console.log(filtered);
// The new apple macbook ***** will have a *****

About

Project to playaround with publishing and maintaining tidy consumable packages to npm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published