0.1.1 • Published 9 years ago

weasel-words v0.1.1

Weekly downloads
8,084
License
MIT
Repository
-
Last release
9 years ago

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