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

Readme

Keywords

none

Package Sidebar

Install

npm i jsonwhois

Weekly Downloads

4

Version

1.0.2

License

ISC

Last publish

Collaborators

  • mfasanya