geolite2.mmdb

1.0.0 • Public • Published

geolite2.mmdb

npm version npm download Build Status

Maxmind's GeoLite2 Free Databases

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

Install

npm install geolite2.mmdb

Usage

const geolite2 = require('geolite2.mmdb');
const maxmind = require('maxmind');
 
const lookup = maxmind.openSync(geolite2.city); // or geolite2.country or geolite2.asn or geolite2.paths.city or geolite2.paths.country or geolite2.paths.asn
const city = lookup.get('66.6.44.4');

License

MIT

/geolite2.mmdb/

    Package Sidebar

    Install

    npm i geolite2.mmdb

    Weekly Downloads

    11

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    72.2 MB

    Total Files

    8

    Last publish

    Collaborators

    • honzahommer