The GeoCode Routing API is a service that calculates directions between locations. You can search for directions for different modes of transport, such as public transport, car, walking or cycling.
Note: The data contained in this material is derived from proprietary and third-party sources believed to be reliable, is not necessarily all-inclusive and is not guaranteed as to its accuracy. It is the sole discretion of the viewer to rely on the information in this material.
Thanks for letting us know! Please file an issue and we should reply shortly.
You'll need a recent version of Node: v12.10 or higher.
git clone https://github.com/stefanzone/geocode-routing-api.git
npm ci
npm run dev
Open http://localhost:3000/
to see the site locally. Changes to assets will
rebuild the site. Refresh to see your changes.
The site will build and deploy the main
branch automatically after every git push origin main
via Vercel.