0.0.3 • Published 9 years ago

revip v0.0.3

Weekly downloads
14
License
-
Repository
github
Last release
9 years ago

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
0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago