A map application showing top tips from FourSquare for BART (Bay Area Rapid Transit) locations around San Francisco.
The app allows users to post public comments on each location.
There are two ways to run this application.
- Use gulp to serve the files locally.
- Access a live version at udacity.tiernanx.com/fewd/map/
Simply, follow the steps below to launch a simple local server:
- Extract this archive where you desire.
- First install NPM.
- Follow steps 1-5 in your OS's terminal (node.js command line in windows).
- Install gulp's cli by entering the command
npm install --global gulp-cli
. - Navigate to the directory where you extracted the files, then enter the command
npm install
- Now to launch a local server, enter
gulp
- You should now be able to access the website at localhost:8080
Once done, press Ctrl + C in the terminal to tell gulp to stop serving.
Application Code written by Tiernan Cridland
Google Maps API: Google
FourSquare API: FourSquare