1.0.2 • Published 10 years ago

jsonwhois v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
10 years ago

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

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.0

10 years ago