Skip to content

A CLI for calculating the commute time from one address to one address or several other addresses.

License

Notifications You must be signed in to change notification settings

toffernator/traveltime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traveltime

Set-up

To use the application you need to set-up Application Default Credentials (ADC) on Google Cloud. In short:

gcloud auth application-default login

Read more about the process here.

gcloud is available in the nix development shell via:

nix develop -c gcloud auth application-default login

Install

nix run github:toffernator/traveltime

Alternatively, build from source and place the executable in your $PATH:

go build 
mv ./traveltime <SOMEWHERE/IN/YOUR/$PATH>

Examples

traveltime calculate london paris --arriveBy 2024-04-25T09:00:00+01:00

About

A CLI for calculating the commute time from one address to one address or several other addresses.

Resources

License

Stars

Watchers

Forks

Packages

No packages published