PaddeK / node-maxmind-db

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

Closed the-eater closed 10 years ago

the-eater commented 10 years ago

fixes #6

the-eater commented 10 years ago

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