@ajwest/too-wordy

0.1.4 • Public • Published

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

Package Sidebar

Install

npm i @ajwest/too-wordy

Weekly Downloads

2

Version

0.1.4

License

MIT

Unpacked Size

8.42 kB

Total Files

7

Last publish

Collaborators

  • ajwest