Home > node-geoip

node-geoip

Node-geoip is a project mainly written in C++ and JAVASCRIPT, based on the BSD-3-Clause license.

Naive wrapper around libGeoIP for use with node.js

Naive wrapper around libGeoIP.

  1. Install libGeoIP shared libraries.
  2. Download GeoLiteCity.dat and place it in /usr/local/share/GeoIP (see note below on file placement).
  3. Run node-waf configure build.
  4. Test node examples/lookup2.js.

NOTE: These wrappers will not work with the database that is installed by default when you install libGeoIP. You must download the city-version of the database.

NOTE: Everything should work out of the box if the database is placed in /usr/local/share/GeoIP -- otherwise you might need to tweak the examples to match your placement of the database).

 "libGeoIP"
 "GeoLiteCity.dat"
Previous:Razel