0.1.1 • Published 11 years ago

qqwry v0.1.1

Weekly downloads
1
License
-
Repository
-
Last release
11 years ago

NodeJS driver for libqqwry

Get geo for ip

Data from QQWry.dat

The c library is base on libqqwry

I'm a beginner with c++, if you find some bugs in it, please post a issue.

Install

npm install qqwry

Usage

Download qqwry.dat from QQWry.dat

var qqwry = require("qqwry");

var qqwry = qqwry.open(__dirname + "/qqwry.dat");
console.log(qqwry.query("115.193.152.250"));
console.log(qqwry.query("222.73.68.35"));
console.log(qqwry.query("220.191.113.36"));
qqwry.close();
0.1.1

11 years ago

0.0.5

13 years ago

0.0.4

13 years ago

0.0.3

13 years ago

0.0.2

13 years ago

0.0.1

13 years ago