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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i revip

    Weekly Downloads

    5

    Version

    0.0.3

    License

    none

    Last publish

    Collaborators

    • wtff0nzie