Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

ArnaudWeyts/gmaps-traveltime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Google Maps Traveltime

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!

Building the application

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)