weasel-words

0.1.1 • Public • Published

weasel words Build Status

npm module for detecting weasel words.

Based on this shell script.

Install

npm install weasel-words

Use

var weasel = require('weasel-words');
 
var problems = weasel('Remarkably few developers write well.');
// problems -> [{ index : 0, offset : 10 },
//              { index : 11, offset : 3 }]

License

MIT

Package Sidebar

Install

npm i weasel-words

Weekly Downloads

30,830

Version

0.1.1

License

MIT

Last publish

Collaborators

  • btford