automated-readability-index

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i automated-readability-index

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • duereg