Ross ROSS = Recommend OSS · open-source software intelligence for agents

geoip-lite/node-geoip

Native NodeJS implementation of MaxMind's GeoIP API -- works in node 0.6.3 and above, ask me about other versions observed · 2026-08-28

github.com/geoip-lite/node-geoip · homepage · JavaScript · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

87/100

  • Activity 88
  • Release rhythm 77
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 41
  • age_days: 5508
  • days_rel: 77
  • days_push: 77
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

2421 stars · 359 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A fully native JavaScript Node.js library implementing MaxMind's GeoIP API using GeoLite data files. It performs fast, synchronous IP-to-location lookups returning country, region, city, timezone, and coordinates for both IPv4 and IPv6 addresses.

Use cases

  • look up the country and city of an IP address in node
  • geolocate visitor IPs in an express server
  • get latitude and longitude from an IP without calling an external API
  • fast synchronous IP to geo mapping for nodejs
  • resolve IP address timezone and region locally

When to choose

  • you need extremely fast, in-process IP geolocation lookups in Node.js
  • you want a pure JavaScript solution without native C library bindings
  • you need synchronous lookups with no network calls at request time

When to avoid

  • you need full IPv6 city/region/postal data, which GeoLite does not provide
  • you run on memory-constrained instances, since all data is loaded into RAM
  • you need the most feature-complete MaxMind API, where libgeoip bindings are better

Facets

library · maturity active

geospatial sdk developer-tools web-development backend analytics geoip ip-geolocation maxmind geolite2 synchronous-lookup maps nodejs javascript

1 source

Member repositories

RepositoryRoleHealth v2
geoip-lite/node-geoipmain87

For agents

markdown · JSON · MCP: product_card(name="geoip-lite/node-geoip")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem