reado-cli
v1.0.0
Published
Command Line Readability Meter
Downloads
6
Maintainers
Readme
reado-cli
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