ryan-senn/elm-tlds - version: 1.0.0

for more information visit the package's GitHub page

Package contains the following modules:

TLDs in Elm

This module exposes the list of valid TLDs as defined by iana.org here: https://data.iana.org/TLD/tlds-alpha-by-domain.txt.

Used to validate the domain field of SEO Apps's keyword rank checker.

Build

To update the TLDs list, run the following:

cd build
node index.js

The commands above will generate an Elm file called TLDs.elm in your src folder by downloading the list of TLDs from iana.org.