2.0.1 • Published 6 years ago

17monip v2.0.1

Weekly downloads
42
License
MIT
Repository
github
Last release
6 years ago

17monip

find country of ip by 17monip database local. I restruct the ipdata ,integrate same country ip during. so this module only support country code info, it is more faster. if you want to update the ip database, update the file '17monipdb.dat' and then excute change.js.

how to use

npm install 17monip
const findIp = require('17monip');
let country_code = findIp('5.121.2.3');

console.log(country_code);//IR

how about efficiency

you can excute index.test.js

on my mac,finding 1000,000 ips only need <200ms

2.0.1

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago