reado-cli

1.0.0 • Public • Published

reado-cli js-standard-style Travis Coveralls

Command Line Readability Meter

Install

npm install --global reado-cli

Usage

$ reado [--unfluff]
  • --unfluff strips HTML tags, just grabs content

Check a text file

$ cat final-report.txt | reado
score: 43.14897959183676
schoolLevel: college
notes: Difficult to read.

Check a webpage

$ curl -s http://www.bbc.co.uk/news/business-36437445 | reado --unfluff
score: 59.67055983930541
schoolLevel: 10th to 12th grade
notes: Fairly difficult to read.

Licence

MIT

Dependents (0)

Package Sidebar

Install

npm i reado-cli

Weekly Downloads

1

Version

1.0.0

License

UNLICENCED

Last publish

Collaborators

  • bencevans