@ajwest/too-wordy
Version:
Find wordy or unnecessary passages in your writing
26 lines (17 loc) • 772 B
Markdown
[](https://travis-ci.org/duereg/too-wordy)
[](https://david-dm.org/duereg/too-wordy#info=devDependencies&view=table)
[](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, ....}]
```
## License
MIT