whois-checker
v1.0.1
Published
This is domain registration checker with the whois-parsed as dependenci
Downloads
2
Readme
What is this package
This is domain registration checker with the whois-parsed as dependenci
Installation
Run npm i whois-checker
USE:
const whois = require("whois-checker")
(async function () {
const res = await whois("google.com");
console.log(res);
})();