getip2location

12.1.1 • Public • Published

GetIP2Location Node.js Module

This Node.js module (getip2location) provides a fast lookup of country, region, city, latitude, longitude, ZIP code, time zone, ISP, domain name and usage type from IP address by using ipinfo.io API Call. This module uses a file based database available at ipinfo.io.

This module can be used in many types of projects such as:

  • select the geographically closest mirror
  • analyze your web server logs to determine the countries of your visitors
  • credit card fraud detection
  • software export controls
  • display native language and currency
  • prevent password sharing and abuse of service
  • geotargeting in advertisement

Installation

To install this module type the following:

npm install getip2location

Copyright

Copyright (C) 2017 by ipinfo.io. Coded By Dhiraj Das, dhirajdas.author@gmail.com

Package Sidebar

Install

npm i getip2location

Weekly Downloads

2

Version

12.1.1

License

ISC

Last publish

Collaborators

  • dhirajdas.author