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.gitInstall packages
cd coleman-liau-readability-index
yarn installRun tests
yarn test