/coleman-liau-readability-index

An implementation of the Coleman Liau Readability Index in Node.js

Primary LanguageJavaScriptMIT LicenseMIT

Coleman Liau Readability Index

Calculates the Coleman Liau readability index of a peice of text.

About

You can learn more about why I put this together in the blog post: Coleman-Liau Readability Index

Installation

Checkout the code

git clone git@github.com:f1lt3r/coleman-liau-readability-index.git

Install packages

cd coleman-liau-readability-index

yarn install

Usage

Run tests

yarn test