-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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:
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