#geoquakes-angular

This is a refactor of the jQuery geoquakes lab from earlier in the course.

Important things:

  1. bower install after you clone to copy all the dependencies into your local project
  2. Run a localhost server with budo -P --host=localhost --open
  3. USGS endpoint: http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/4.5_week.geojson
  4. We are using the angular-google-maps directive for this lab. Look at these docs for more information. HINT: use the marker directive to get markers on your map.
  5. Center your map over SF
  6. latitude: 37.78, longitude: -122.44

Stretch:

Use the window directive to get popups to show when you click on a marker.