Skip to content
Quinn H Koike edited this page Nov 21, 2016 · 2 revisions

This is the information for the project.

The API link is here: API LINK

We need to decide what information we need to use. To do this, we can look at this link and then figure out what is needed:

Go to: Hurl It (API testing) Set Destination to GET and paste this into the the URL box next to get:

http://earthquake.usgs.gov/fdsnws/event/1/query?format=geojson&starttime=2014-01-01&endtime=2014-01-02

Haskell will read the GeoJson and then save it to the DB. It will then render a webpage made up of JSON we created. We can then read that onto a google map.

Process API in haskell->Converted into datatypes->saved to the db->db queried to return the values we need to put on the map->Outputted as HTML page with some JS.

Sounds difficult but it is quite simple. Take a look at the Google Map rendering here. Seems super simple. Google Map API

Let me know what you think and edit this if we decide to do it differently!

Best, Q

Clone this wiki locally