domains
Version:
List of domains, include com, org ...
24 lines (14 loc) • 591 B
Markdown
## node-domains
List of TLDs, include `com`, `org` ...
### Install
```
$ npm i domains --save
```
### Domains
The number of top-level domains: 1550. For details see [code](index.js)
### Related
- [node-tld](https://github.com/donpark/node-tld) - node.js module for working with Top-Level Domain data
- [is-url-relative-without-domain](https://github.com/Arttse/node.is-url-relative-without-domain) - checks if an URL is relative without domain
### License
MPL 2.0
via: [https://publicsuffix.org/list/effective_tld_names.dat](https://publicsuffix.org/list/effective_tld_names.dat)