@maxminddatabase/geolite2
v1.0.133
Published
MaxMind Database GeoLite2
Maintainers
Readme
@MaxMindDatabase/GeoLite2
Installation
npm install @maxminddatabase/geolite2Examples
GeoLite2 Class
import { GeoLite2 } from "@maxminddatabase/geolite2";
import type { ReaderModel, City } from "@maxminddatabase/geolite2/types";
const reader: ReaderModel = new GeoLite2("City").reader;
const city: City = reader.city("8.8.8.8");