Update README.md

This commit is contained in:
Doug Bird 2018-06-12 17:20:10 -07:00 committed by GitHub
parent bdc2689beb
commit 06f70f1365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -1,15 +1,17 @@
# TLD Enumerations
Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in formats that can be natively compiled in various formats. The lists may be continuously updated using the included utility that uses the latest data from IANA.
* [CSV format](./tlds.csv)
* [All Formats](#tld-list-formats)
* [Updating the TLDs](#ipdating-the-tld-lists)
* [Node Usage](#node-usage)
* [PHP Usage](#php-usage)
* [CSV of every TLD](./tlds.csv)
* [All TLD Formats](#)
* [Updating the TLDs](#)
## Usage
The lists can be conveniently used in PHP or Node projects.
Because the lists are provided in universial CSV and JSON formats, they easily utilitized in most programming environments.
Additionally, for convenience, the native programming language formats have also been provided.
* [Node Usage](#node-usage)
* [PHP Usage](#php-usage)
### Node Usage
* use npm to add the `tld-enum` package to your project