too-wordy
Version:
Find wordy or unnecessary passages in your writing
29 lines (17 loc) • 576 B
Markdown
[](http://badge.fury.io/js/too-wordy)
# Word Complexity
npm module for checking for wordy or unnecessary passages in your writing
## Install
```shell
npm install too-wordy
```
## Use
```javascript
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, ....}]
```
## See Also
[Wordy phrases](http://grammarist.com/wordiness/).
## License
MIT