Licence
ISC
Version
1.0.247
Deps
1
Size
83.2 MB
Vulns
0
Weekly
1.2K
@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");