0.1.4 • Published 6 years ago

@ajwest/too-wordy v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Build Status devDependencies NPM version

Word Complexity

npm module for checking for wordy or unnecessary passages in your writing

Install

npm install too-wordy

Use

var complexity = require('too-wordy');

var problems = complexity('An abundance of long winded words to accentuate this boring sentence......');
// problems -> [{ match: "abundance", index: 3, offset: 9 }, {match: accentuate, ....}]

License

MIT