driving-time
is a CLI (and server) displaying driving time based on live traffic data.
A Google Cloud Platform API key (see here how to get one) since the CLI queries the Google Maps Distance Matrix API.
Options:
- Download the binary in https://github.com/ansd/driving-time/releases
- Use Homebrew: see https://github.com/ansd/homebrew-tap
- Build from source:
go get github.com/ansd/driving-time
Create a config file by copying driving-time.yml.template to driving-time.yml
.
Start the server:
$ driving-time --config driving-time.yml serve