DelusionalOptimist / distance-api

A minimalistic web app that gets you the route and distance between two places

Home Page:https://distance-api.delusionaloptim.repl.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distance API

A minimalistic app using Google Maps' APIs to get the distance and plot a route between two addresses. demo image

Try it out

Live

Checkout the live version at: https://distance-api.delusionaloptim.repl.co

Docker

docker run -p 8080:8080 delusionaloptimist/distance-api:latest

Build and run locally

make run

Google Maps APIs used

Stack

  • Go
  • JS
  • HTML
  • CSS

About

A minimalistic web app that gets you the route and distance between two places

https://distance-api.delusionaloptim.repl.co/


Languages

Language:Go 43.5%Language:JavaScript 30.2%Language:HTML 10.3%Language:CSS 8.4%Language:Dockerfile 4.0%Language:Makefile 3.6%