tld-list
v1.0.1
Published
A list of all valid top-level domains and is updated from time to time.
Downloads
32,795
Readme
tld-list
A list of all valid top-level domains and is updated from time to time.
A list of all valid top-level domains is maintained by the IANA and is updated from time to time.
Click here to view the list.
Install
$ npm install --save tld-list
Usage
var tlds = require('tld-list');
console.log(tlds);
Related
- random-tld - Return a random tld.
- pick-item - Randomly sampling a item from an array.
Contributing
Pull requests and stars are highly welcome.
For bugs and feature requests, please create an issue.