jsonwhois

1.0.2 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    0
  • 1.0.1
    1
  • 1.0.0
    1
  • 0.0.0
    1

Package Sidebar

Install

npm i jsonwhois

Weekly Downloads

3

Version

1.0.2

License

ISC

Last publish

Collaborators

  • mfasanya