DudeThatsErin
Coder
I am trying to figure out how to get started. I have been provided crash data from a potential employer and they want me to display it on a map.
This is what they said:
If someone could help me get to that point, I can go from there.
This is what they said:
Currently, I have google maps running on https://dudethatserin.com (a spare domain I have) and I understand how to get the information from the API based on the link that they provided (redacted here for privacy). I just don't know how to go from URL-OF-API.com or JSON File Containing Data to displaying it on a webpage...For this exercise we’ve put together a small publicly available API that contains some traffic crash data for our County. We’d like you to put together a small web page the consumes this data.
At minimum, the page should do the following
- Display the crash data as points on a web map.
- Be able to filter the points
- Be able to show some information about the data in the form of a graph, table, etc.
If someone could help me get to that point, I can go from there.