GPS Tracker Email Alerts

Job ID: 40202548

Budget: €8 – €30 EUR

Inside one URL of my web-application I need a small, self-contained GPS tracking module. The moment a visitor lands on that page and grants location permission, the script should capture the latitude and longitude and immediately push those coordinates to my email inbox—no dashboards or databases, just a clean email notification every time.

I do not mind what stack you choose as long as it plays nicely with standard browsers (the HTML5 Geolocation API, JavaScript, PHP, Node, or a lightweight webhook are all fine). The code must be lightweight enough to drop straight into an existing page without breaking anything and should degrade gracefully if the user blocks location sharing.

Deliverables
• Embeddable code snippet (client-side + minimal server-side for the mailer)
• Clear setup notes so I can deploy it on any future URL within the same app
• A quick test link or demo proving that the email triggers with accurate coordinates

Acceptance criteria: email arrives with correct lat/long in human-readable format within a few seconds of page load; no console errors in Chrome, Firefox, or Safari; and the module operates over HTTPS without mixed-content warnings.