Skip to content

aviv1ron1/node-whois-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-whois-plus

obtain whois information using whois module and parse the returned value into an object

usage:

var whois = require('node-whois-plus');
whois.whois("google.com", function(err, data) {
  if(err) {
    console.error(err);
  } else {
    console.log(data);
  }
});

About

obtain whois information using whois module and parse the returned value into an object

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published