Calculates the Coleman Liau readability index of a peice of text.
You can learn more about why I put this together in the blog post: Coleman-Liau Readability Index
Checkout the code
git clone git@github.com:f1lt3r/coleman-liau-readability-index.git
Install packages
cd coleman-liau-readability-index
yarn install
Run tests
yarn test