1.0.0 • Published 8 years ago

reado-cli v1.0.0

Weekly downloads
2
License
UNLICENCED
Repository
-
Last release
8 years ago

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