1.2.0 • Published 4 years ago

@violetnorth/whois v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

whois

Whois lookup for any domain.

Install


Install with npm:

$ npm install --save @violetnorth/whois

Usage

const whois = require("@violetnorth/whois");

const whoisData = await whois.lookup("violetnorth.com", {timeout: 30000});
// {
//   'domain name': 'violetnorth.com',
//   'registry domain id': '2396951823_domain_com-vrsn',
//   'registrar whois server': 'whois.google.com',
//   'registrar url': 'http://domains.google.com',
//   'updated date': 1590792811000,
//   'creation date': 1559250753000,
//    ...
// }

License


Released under the MIT License.

1.2.0

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago