Skip to content

KnockoutJS application to demonstrate front end development skills using external API's, data-binding, and Promises

Notifications You must be signed in to change notification settings

tiernan/map-app

Repository files navigation

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

About

KnockoutJS application to demonstrate front end development skills using external API's, data-binding, and Promises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published