Extracts coordinates from google-encoded urls without exposing clients' IP addresses
URIs like https://maps.app.goo.gl/Ce7zkj2X8oUy3Se49?g_st=ic are unshortened and coordinates are extracted and then coverted to geo URIs.
Install CloudFlare's wrangler and other dev dependencies using npm:
npm iUse npx wrangler dev for development using Cloudflare, or npx wrangler dev --local for localhost development.
Run npm start and then npm test or jest in a different terminal to test the proxy with some earlier feeded URIs.