automated-readability-index
v0.0.1
Published
Calculate Automated Readability Index
Downloads
17
Maintainers
Readme
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