Minimal web app (HTML/CSS/JS) that:
- Gets your current location via browser geolocation
- Shows a Leaflet map
- Fetches nearby charging locations from Open Charge Map (v3)
Geolocation typically requires https or localhost.
One simple option:
- Start a local static server from this folder (for example using VS Code Live Server).
- Open the app in your browser.
An API key is optional but recommended. Paste it into the input field in the UI.
If you leave it blank, the app will try to call the API without a key.