Skip to content

mfasanya/node-jsonwhois

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-jsonwhois

A NodeJS Library for the JsonWhois API. It gathers social, whois and screenshot data for domains.

Requirements

NodeJS & Unirest.

Installing

$   npm install jsonwhois

Configuring

   var JsonWhois = require('jsonwhois').apiKey('API KEY');

Usage

  JsonWhois.whois("google.com", function(res){
      console.log(res);
  });

  JsonWhois.screenshot("google.com", function(res){
      console.log(res);
  });

And thats it!

License

MIT