Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

node-ip-location

Anlibraly8MIT1.0.0

A module convert ip to location use local data

nodejs, ip, location

readme

node-ip-location

NPM Downloads NPM Version License

A module for Node.js convert ip to location use local data by ipip.net and qqwry data.

Installation

You can install it using npm:

$ npm install node-ip-location

Example


var ip = require('node-ip-location');

console.log(ip.convertIp('114.114.114.114'));

License

Licensed under the MIT license.