geolitecity

Maxmind GeoLiteCity.dat data.

Usage no npm install needed!

<script type="module">
  import geolitecity from 'https://cdn.skypack.dev/geolitecity';
</script>

README

geolitecity

This is the Maxmind Geo Lite City data and stored as the file GeoLiteCity.dat. It is intended for testing purposes with packages like geoip-stream and so the data may become stale and hence it is recommended fresh data be obtained from Maxmind GeoLiteCity.

Install

npm install geolitecity

Usage

var GeoIpStream = require('geoip-stream');
var geoStream   = new GeoIpStream({ dataFile: './node_modules/geolitecity/GeoLiteCity.data' })

License

Dual licenses: