npm.io
1.0.247 • Published 20h ago

@maxminddatabase/geolite2

Licence
ISC
Version
1.0.247
Deps
1
Size
83.2 MB
Vulns
0
Weekly
1.2K

@MaxMindDatabase/GeoLite2

Installation

npm install @maxminddatabase/geolite2

Examples

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");

Keywords