jsonwhoisapi

1.0.1 • Public • Published

jsonwhoisapi

A small (as in tiny) client for Node.js to retrieve domain information from the jsonWHOISapi service at jsonwhoisapi.com.

Usage

Usage is pretty basic:

const whois = require('jsonwhoisapi').auth('customer-id', 'api-key');
whois.lookup('google.com', (body => console.dir(body)));

which will yield the result described at jsonwhoisapi.com/docs

That's it. Tiny docs for a tiny library.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    0

Package Sidebar

Install

npm i jsonwhoisapi

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • mike-feldmeier