UNPKG

whois-parser-prettiefied

Version:

using whois-praser and node-whois get WHOIS info and store it in the object

4 lines (3 loc) 96 B
const whois = require("../index"); whois.getWhois("google.com") .then(who => console.log(who));