revip

0.0.3 • Public • Published

revIP

Get as much information as possible from an IP address.

Usage

var getIP = require('revip');

getIP('XXX.XXX.XXX.XXX', function (err, data) {
    if (err) {
        return;
    }

    console.log(data);
});

Response JSON

The following keys are return where available.

  • IP
  • countyCode
  • country
  • regionCode
  • regionName
  • city
  • postcode
  • latitude
  • longitude
  • ISP
  • org

Readme

Keywords

Package Sidebar

Install

npm i revip

Weekly Downloads

3

Version

0.0.3

License

none

Last publish

Collaborators

  • wtff0nzie