This is simple Mac status bar app that can give driving times between two places. It will track the driving time in a graph so that you can see the historical data for your route. I use it to track my commute and know the best time to leave the office! :)
You'll need a Google Maps API key for the distance matrix API for this app to work. You can get at API key here: https://developers.google.com/maps/documentation/distance-matrix/
The starting location and ending location can be in any format that Google can recognize. See examples:
1600 Amphitheatre Pkwy, Mountain View, CA
1 Facebook Way, Menlo Park, CA 94025
If you would like to build yourself:
- checkout the repository
- run
carthage update --platform macOS
in repository folder - open in Xcode
- build :)