mongo-import-ip-geo-base
v0.0.4
Published
update IpGeoBase to MongoDB
Downloads
2
Readme
Update IpGeoBase
Usage
var updateIpGeoBase = require('update-ipgeobase');
updateIpGeoBase(host, port, db, function(err) {
if (!err) {
//now you db updated
}
});
Known Issues
- works only with linux
License
WTF