desenmeng / shui

whois module for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shui

a whois npm module

##install

npm install shui -g

##CLI

shui "baidu.com"

Node.js

var shui = require('shui');
shui('baidu.com',function(result){
	console.log(result);
});

Bitdeli Badge

About

whois module for node.js

License:MIT License


Languages

Language:JavaScript 100.0%