Skip to content

dbwodlf3/whois-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is just wrapping whois cli tools. Don't use this lib to something requiring high performance(so many call this...)

================================================================================

Requirements This lib is just wrapping whois cli tools. it means you have to have whois tool.

Windows

# install via administrator permission.
choco install whois

Linux Install whois via yum, brew, apt-get or something...

================================================================================

Usage

import {whois, whoisParser} from "whois";

whois("www.naver.com").then((text)=>{
	const whois_data = whoisParser(text);
	console.log(whois_data);
})

Releases

No releases published

Packages

No packages published