Wildfires, earthquakes, traffic, weather alerts, air quality, train delays and beaches — 11 open data feeds in one live PWA map. Currently covering Spain.
No reviews yetBe the first to leave a review for NearMe OSINT
Maker
📌
Hey PH! I'm a solo dev in Spain — built NearMe because I was tired of checking 5 different apps to know if there's a wildfire, a train delay, or a weather alert near me. It pulls from NASA FIRMS, USGS, AEMET, DGT, RENFE and more, normalizes everything into one event schema (severity levels, TTL expiry, freshness badges), and renders it as a PWA you can install offline. Built with async Python collectors → PostGIS → FastAPI → Leaflet, with a TTL-based event lifecycle that auto-expires stale data. Currently Spain-only because that's where the open data APIs I integrated live — but the pipeline is source-agnostic, so adding another country is mostly "write a new collector." Open source, feedback and contributions welcome.
Report
Maker
Quick update while people check it out: the wildfire feed just pulled in active NASA FIRMS detections in the last refresh cycle, and the TTL expiry already kicked in on a couple of stale traffic incidents from this morning — nice to see the freshness logic doing its job in production, not just in tests.
Curious what people here would want to see next: more countries (Portugal/France collectors are the easiest next step given the pipeline is source-agnostic), or more source types within Spain (e.g. flood/river levels, official statements)? Genuinely deciding the roadmap based on this.