This is the pure Node API for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).
GNU Lesser General Public License v2.1
88
stars
25
forks
source link
IPv6 support + add simple test case + allow creation of DB object without 'new' keyword #7
added a interactive console (install this global and execute mmdb-geoip)
added some errors for IP parsing
added city data and explanation why city data may be missing sometimes to readme
fixes #6