whois-puny
v1.1.0
Published
Punnycode friendly whois
Downloads
2
Readme
WHOIS Puny
Docs match json-whois with support for domains like 🍕.ws.
Example:
const whois = require('./lib/index.js');
whois('🍕.ws', (err, result) => {
console.log(JSON.stringify(result, null, 2))
});