UNPKG
node-geoip
Version:
latest (1.0.1)
1.0.1
1.0.0
Search country by IP
github.com/YaroslavGaponov/GeoIP
YaroslavGaponov/GeoIP
node-geoip
/
index.js
2 lines
•
115 B
JavaScript
View Raw
1
2
module.exports.GeoIP
= require(
'./libs/geoip'
)
;
module.exports.Database
= __dirname +
'/data/GeoIPCountryWhois.csv'