ryan-senn/elm-readability - version: 1.1.0

for more information visit the package's GitHub page

Package contains the following modules:

Readability in Elm

This module calculates the readability of text.

At this point in time, it supports the Dale–Chall readability formula and the Coleman-Liau readablility formula

It has been developed for and used in SEO Apps's word counter tool.

Build

To update the DaleChall list of simple words, run the following:

cd build
npm i
node index.js

The commands above will generate an Elm file called DaleChallList.elm in your src folder by downloading the list of words and add plurals.