{"id":15760521,"url":"https://github.com/joyyster/leaflet-challenge","last_synced_at":"2026-05-10T02:14:18.594Z","repository":{"id":230839558,"uuid":"780276572","full_name":"joyyster/leaflet-challenge","owner":"joyyster","description":"Module 15 Challenge","archived":false,"fork":false,"pushed_at":"2024-04-01T06:06:56.000Z","size":4825,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T09:19:04.679Z","etag":null,"topics":["d3","geojson","html","json","leaflet"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joyyster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-01T05:56:55.000Z","updated_at":"2024-04-01T06:03:01.000Z","dependencies_parsed_at":"2024-04-01T06:59:28.663Z","dependency_job_id":null,"html_url":"https://github.com/joyyster/leaflet-challenge","commit_stats":null,"previous_names":["joyyster/leaflet-challenge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joyyster/leaflet-challenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joyyster%2Fleaflet-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joyyster%2Fleaflet-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joyyster%2Fleaflet-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joyyster%2Fleaflet-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joyyster","download_url":"https://codeload.github.com/joyyster/leaflet-challenge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joyyster%2Fleaflet-challenge/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265585304,"owners_count":23792714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["d3","geojson","html","json","leaflet"],"created_at":"2024-10-04T10:58:32.424Z","updated_at":"2026-05-10T02:14:18.565Z","avatar_url":"https://github.com/joyyster.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# leaflet-challenge\n![image](https://github.com/joyyster/leaflet-challenge/assets/145946583/3f0128ea-1f6d-4a00-9b86-3649156d1655)\n\n\nPart 1: Create the Earthquake Visualization\n2-BasicMap\n\nYour first task is to visualize an earthquake dataset. Complete the following steps:\n\nGet your dataset. To do so, follow these steps:\n\nThe USGS provides earthquake data in a number of different formats, updated every 5 minutes. Visit the USGS GeoJSON FeedLinks to an external site. page and choose a dataset to visualize. The following image is an example screenshot of what appears when you visit this link:\n3-Data\n\nWhen you click a dataset (such as \"All Earthquakes from the Past 7 Days\"), you will be given a JSON representation of that data. Use the URL of this JSON to pull in the data for the visualization. The following image is a sampling of earthquake data in JSON format:\n4-JSON\n\nImport and visualize the data by doing the following:\n\nUsing Leaflet, create a map that plots all the earthquakes from your dataset based on their longitude and latitude.\n\nYour data markers should reflect the magnitude of the earthquake by their size and the depth of the earthquake by color. Earthquakes with higher magnitudes should appear larger, and earthquakes with greater depth should appear darker in color.\n\nHint: The depth of the earth can be found as the third coordinate for each earthquake.\n\nInclude popups that provide additional information about the earthquake when its associated marker is clicked.\n\nCreate a legend that will provide context for your map data.\n\nYour visualization should look something like the preceding map.\nMy Map shown here: \nfile:///C:/Users/Joyjo/OneDrive/Documents/GitHub/leaflet-challenge/Leaflet-Part-1/index.html\n![image](https://github.com/joyyster/leaflet-challenge/assets/145946583/d3abf374-382a-418a-af55-8fc186c64247)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoyyster%2Fleaflet-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoyyster%2Fleaflet-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoyyster%2Fleaflet-challenge/lists"}