1.0.97 • Published 4 years ago

geoip-database v1.0.97

Weekly downloads
258
License
CC-BY-SA-4.0
Repository
github
Last release
4 years ago

geoip-database

Build Status

GeoLite2 databases packaged for npm. Contains GeoLite2-City.mmdb and GeoLite2-Country.mmdb files.

Install

npm install geoip-database

Usage

Ideally used together with maxmind or other geoip module that requires geoip database installed separately.

const database = require('geoip-database');
const maxmind = require('maxmind');
const cityLookup = maxmind.openSync(database.city);

const {city, country, location} = cityLookup.get('83.208.93.244');
console.log(city.names.en); // Prague

License

The GeoLite2 databases are distributed under the Creative Commons Attribution-ShareAlike 4.0 International License.

This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com.

1.0.97

4 years ago

1.0.96

4 years ago

1.0.95

4 years ago

1.0.94

4 years ago

1.0.93

4 years ago

1.0.92

4 years ago

1.0.91

4 years ago

1.0.90

5 years ago

1.0.89

5 years ago

1.0.88

5 years ago

1.0.87

5 years ago

1.0.86

5 years ago

1.0.85

5 years ago

1.0.84

5 years ago

1.0.83

5 years ago

1.0.82

5 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.2

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago