New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

readability-checker

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

readability-checker

A command line interface for testing the readability of content at a URL or HTML file location

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 22 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc