0.1.7 • Published 9 years ago

node-geolite2 v0.1.7

Weekly downloads
21
License
MIT
Repository
github
Last release
9 years ago

NPM version Build Status Dependency Status

This is the pure Node API for reading country and city information from GeoLite2 database file based on node-maxmind-db

Install

$ npm install --save node-geolite2

Usage

var node-geolite2 = require('node-geolite2');
node-geolite2.init();
var location = node-geolite2.getGeoDataSync("118.112.56.251");
console.log(location);

License

MIT © zj8487

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago