Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.19 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.19 KB

Map App

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.

How to Run

There are two ways to run this application.

  1. Use gulp to serve the files locally.
  2. Access a live version at udacity.tiernanx.com/fewd/map/

How to Run Locally with Gulp

Simply, follow the steps below to launch a simple local server:

  1. Extract this archive where you desire.
  2. First install NPM.
  3. Follow steps 1-5 in your OS's terminal (node.js command line in windows).
  4. Install gulp's cli by entering the command npm install --global gulp-cli.
  5. Navigate to the directory where you extracted the files, then enter the command npm install
  6. Now to launch a local server, enter gulp
  7. 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.

Credits

Application Code written by Tiernan Cridland

Google Maps API: Google

FourSquare API: FourSquare