ipdb-iso3166
IPIP.net database patches (ISO-3166)
Free databases available for download here. If you need better accuracy you should consider buying commercial subscription.
Install
$ npm install @ipdb/iso3166
Patches
country_code |
continent_code |
timezone |
utc_offset |
idd_code |
Usage
const IPDB = require('ipdb');
const ipdb_iso3166 = require('@ipdb/iso3166');
const ipdb = new IPDB('./data/ipipfree.ipdb', {
patches: [ipdb_iso3166]
});
ipdb.find('183.62.57.1');
Related
- ipdb - IP lookup using IPIP.net database
License
MIT © metowolf