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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    42,341
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    42,341
  • 0.1.0
    0
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0
  • 0.0.0
    0

Package Sidebar

Install

npm i weasel-words

Weekly Downloads

42,341

Version

0.1.1

License

MIT

Last publish

Collaborators

  • btford