0.2.1 • Published 9 years ago

readability-checker v0.2.1

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

Readability Checker CLI

A node.js CLI for testing the readability of content using the Flesch Reading Ease scale. Can parse local HTML files or URLs.

Returns

  • Flesch Reading Ease score (out of 100; higher means more readable)
  • Notes about the score
  • A list of the longer words (more than 4 syllables)
  • A list of the longer sentences (more than 35 words)

Install

npm install readability-checker -g

Usage

Just supply one argument: the resource to test

readability http://www.heydonworks.com

Notes

Thanks to wooorm whose syllable was needed for this to work.

The sentence boundaries in the long sentences output are not always accurate, but mostly single sentences are printed.

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago