1.0.1 • Published 11 years ago

vast-maxmind v1.0.1

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

vast-maxmind is a node wrapper for the maxmind GeoIP location service. It leverages the Maxmind C API which you should download and install from here before starting to use this module.

http://www.maxmind.com/app/c

This first iteration is limited functionality

Please check out the tests folder for the demo.

var VastMaxmind = require('../build/Release/vastmaxmind').VastMaxmind,
  vmm = new VastMaxmind('/usr/local/share/GeoIP/GeoIPCity.dat'),
	addr = "8.8.8.8";

var foo = vmm.location(addr, function(data) {
	console.log(JSON.stringify(data) );
	process.exit();
});
1.0.1

11 years ago

1.0.0

11 years ago

0.1.0

12 years ago

0.0.8

12 years ago

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago