Calculates which location has the shortest duration and distance to a specific origin. The origin and destination locations are all user entered and the user can enter as many destination locations as desired.
This project was created using HTML, Bootstrap, jQuery, Express.js and Google's Distance Matrix API.
After this project, I had a better understanding of advanced javascript concepts such as promises, closures, and callbacks. I also became more familiar with how to use Google's Distance Matrix API.