#geoquakes-angular
This is a refactor of the jQuery geoquakes lab from earlier in the course.
bower install
after you clone to copy all the dependencies into your local project- Run a localhost server with
budo -P --host=localhost --open
- USGS endpoint: http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/4.5_week.geojson
- 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.
- Center your map over SF
- latitude: 37.78, longitude: -122.44
Use the window directive to get popups to show when you click on a marker.