Trek_CN/server
Maurice 262905e357 feat: import places from Google Maps URLs — closes #141
Paste a Google Maps URL into the place search bar to automatically
import name, coordinates, and address. No API key required.

Supported URL formats:
- Short URLs: maps.app.goo.gl/..., goo.gl/maps/...
- Full URLs: google.com/maps/place/.../@lat,lng
- Data params: !3dlat!4dlng embedded coordinates

Server resolves short URL redirects and extracts coordinates.
Reverse geocoding via Nominatim provides name and address.
2026-03-30 15:18:22 +02:00
..
src feat: import places from Google Maps URLs — closes #141 2026-03-30 15:18:22 +02:00
.env.example Initial commit — NOMAD (Navigation Organizer for Maps, Activities & Destinations) 2026-03-18 23:58:08 +01:00
package-lock.json chore: sync server package-lock.json for clean npm ci builds 2026-03-29 17:35:55 +02:00
package.json v2.7.0 2026-03-29 17:42:11 +02:00
reset-admin.js Stabilize core: better-sqlite3, versioned migrations, graceful shutdown 2026-03-22 17:52:24 +01:00
tsconfig.json fix: resolve all TypeScript errors via proper Express 5 typed route params 2026-03-28 20:13:24 +00:00