Socket
Socket
Sign inDemoInstall

node-jwa

Package Overview
Dependencies
72
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-jwa

Node.js JSON WHOIS API client


Version published
Maintainers
1
Weekly downloads
2

Weekly downloads

Readme

Source

Node.js JSON WHOIS API Client

A simple client to retrieve information from jsonwhoisapi.com (jwa).

Requirements

Signup for an account at jsonwhoisapi.com. You will need to supply the script your jwa account number and API key.

Instalation

npm install node-jwa

Usage

var jwa = require('node-jwa');
var jwaConfig = ['jwaAccountNumber', 'jwaAPIKey'];

jwa(jwaConfig, 'google.com').then(function(whois) {
  console.log(whois.registered);
  #Prints 'true' 
});

Further Reading

For additional information about the objects available from the whois lookup, see https://jsonwhoisapi.com/docs/.

Keywords

FAQs

Last updated on 18 Aug 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc