1.0.5 • Published 1 month ago

whois-lib v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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);
})
1.0.5

1 month ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago