3.0.0 • Published 5 years ago

@datafire/ip2whois v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/ip2whois

Client library for IP2WHOIS Domain Lookup

Installation and Usage

npm install --save @datafire/ip2whois
let ip2whois = require('@datafire/ip2whois').create();

.then(data => {
  console.log(data);
});

Description

IP2WHOIS is a free tool to allow you to check WHOIS information for a particular domain, such as domain assigned owner contact information, registrar information, registrant information, location and much more.

Actions

.get

Lookup WHOIS information

ip2whois..get({
  "domain": "",
  "key": ""
}, context)

Input

  • input object
    • domain required string: Domain name for lookup purpose.
    • key required string: API key.

Output

  • output string

Definitions

This integration has no definitions