A School project using the Google Maps API to calculate time & distance between destinations. You can input your own traveltimes and get a graphical representation. The Imgur API is used to upload the graphs and display them for users.
Check it out right here!
To build the application, run these commands:
$ npm install
$ gulp
If your install hangs on npm install, run these commands instead:
$ sudo rm -rf /node_modules
$ sudo npm install
$ gulp
This opens up a tab that connects the the BrowserSync server. (localhost:3000)