0.0.1 • Published 10 years ago

automated-readability-index v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

Build Status

Automated Readability Index

npm module for calcuating the automated readability index.

Install

npm install automated-readability-index

Use

var ari = require('automated-readability-index');

var problems = ari('An incredibly long winded and boring sentence....');
// problems -> [{ type: "readabilityError", index: 3, offset: 400 }]

License

MIT