1.0.97 • Published 5 years ago

geoip-database v1.0.97

Weekly downloads
258
License
CC-BY-SA-4.0
Repository
github
Last release
5 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

5 years ago

1.0.96

5 years ago

1.0.95

6 years ago

1.0.94

6 years ago

1.0.93

6 years ago

1.0.92

6 years ago

1.0.91

6 years ago

1.0.90

6 years ago

1.0.89

6 years ago

1.0.88

6 years ago

1.0.87

6 years ago

1.0.86

6 years ago

1.0.85

6 years ago

1.0.84

6 years ago

1.0.83

6 years ago

1.0.82

6 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.2

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago