1.0.6 • Published 7 years ago

sypex_geo v1.0.6

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

Unofficial Sypex Geo API bindings for Node.JS.

This package works only with SxGeoCity_utf8 version 2.2

Setup

npm i --save sypex_geo

Usage

const SxGeo = require('sypex_geo');
let sxgeo = new SxGeo('/full/path/to/the/SypexGeoCity.dat');
let location = sxgeo.get_geo('46.148.53.103');
 
console.log(JSON.stringify(location));
1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago