Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 508 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 508 Bytes

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