{"id":31038892,"url":"https://github.com/dsaikiran01/seismomap","last_synced_at":"2026-05-08T05:03:16.736Z","repository":{"id":313147288,"uuid":"1050205405","full_name":"dsaikiran01/SeismoMap","owner":"dsaikiran01","description":"An interactive React + Leaflet web app that visualizes real-time global earthquakes from the USGS API with live map markers, magnitude filtering, dark mode, and responsive UI.","archived":false,"fork":false,"pushed_at":"2025-09-04T06:06:31.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-04T07:28:05.585Z","etag":null,"topics":["data-visualization","earthquakes","geoscience","material-ui","react","react-leaflet","tailwindcss","usgs-api","vite"],"latest_commit_sha":null,"homepage":"https://seismo-map.vercel.app","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/dsaikiran01.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-04T05:23:07.000Z","updated_at":"2025-09-04T06:06:35.000Z","dependencies_parsed_at":"2025-09-04T07:28:09.700Z","dependency_job_id":"99d0fe15-75d4-4a13-b3b1-9f641d4775e9","html_url":"https://github.com/dsaikiran01/SeismoMap","commit_stats":null,"previous_names":["dsaikiran01/seismomap"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dsaikiran01/SeismoMap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsaikiran01%2FSeismoMap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsaikiran01%2FSeismoMap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsaikiran01%2FSeismoMap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsaikiran01%2FSeismoMap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsaikiran01","download_url":"https://codeload.github.com/dsaikiran01/SeismoMap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsaikiran01%2FSeismoMap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275076542,"owners_count":25401314,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["data-visualization","earthquakes","geoscience","material-ui","react","react-leaflet","tailwindcss","usgs-api","vite"],"created_at":"2025-09-14T07:42:16.305Z","updated_at":"2025-10-22T21:38:52.082Z","avatar_url":"https://github.com/dsaikiran01.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌍 SeismoMap\n\nSeismoMap is an interactive web application that visualizes **real-time global earthquake activity** using the [USGS Earthquake API](https://earthquake.usgs.gov/earthquakes/feed/v1.0/geojson.php).  \nIt is designed for geography students like **Casey** to explore seismic patterns, filter by magnitude, and better understand recent tectonic events.\n\n---\n\n## 🚀 Features\n\n- **Interactive Map (Leaflet + React-Leaflet)**  \n  Earthquakes displayed as markers on a world map.  \n  Marker **color \u0026 size** based on magnitude:  \n  - 🟢 Green: \u003c 3.0  \n  - 🟠 Orange: 3.0 – 5.0  \n  - 🔴 Red: \u003e 5.0  \n\n- **Live Earthquake Data**  \n  - Data from [USGS API (past 24h)](https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.geojson)  \n  - Refreshes automatically every **5 minutes**\n\n- **Magnitude Filter**  \n  - Material UI **slider** to filter earthquakes by min/max magnitude  \n  - Updates both map markers and the sidebar list\n\n- **Sidebar List View**  \n  - Drawer with scrollable earthquake list  \n  - Each item shows magnitude, location, and time  \n  - (Future) Clicking an item zooms map to its location\n\n- **Dark Mode Support**  \n  - Toggle between light/dark themes  \n  - Switches map tiles \u0026 UI colors\n\n- **Loading \u0026 Error States**  \n  - Material UI `CircularProgress` for loading  \n  - Snackbar/alerts for errors (planned)\n\n---\n\n## 🧰 Tech Stack\n\n- **React + Vite** (frontend framework \u0026 bundler)\n- **React-Leaflet** (map integration)\n- **Leaflet** (map rendering)\n- **Material UI** (UI components, theming)\n- **Tailwind CSS** (responsive styling utilities)\n- **USGS Earthquake API** (real-time earthquake data)\n\n---\n\n## 📐 UI Layout\n\n```\n\n---\n\n\\|  AppBar (MUI)                                  |\n\\|  - SeismoMap | Magnitude Slider | Dark Toggle  |\n---------------------------------------------------\n\n\\|  Sidebar (Drawer)   |    Interactive Map       |\n\\|  - Earthquake List  |    - Markers             |\n\\|                     |    - Legend              |\n---------------------------------------------------\n\n````\n\n---\n\n## 📊 Data Example\n\n```json\n{\n  \"type\": \"Feature\",\n  \"properties\": {\n    \"mag\": 4.5,\n    \"place\": \"114 km NE of Lospalos, Timor Leste\",\n    \"time\": 1756893103168,\n    \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000qtgb\",\n    \"title\": \"M 4.5 - 114 km NE of Lospalos, Timor Leste\"\n  },\n  \"geometry\": {\n    \"type\": \"Point\",\n    \"coordinates\": [127.6824, -7.7403, 133.38]\n  }\n}\n````\n\n---\n\n## 🕒 Refresh Strategy\n\n* Auto-refreshes every **5 minutes**\n* Manual refresh option (planned)\n\n---\n\n## ✅ Accessibility\n\n* Keyboard navigable UI\n* Material UI components support screen readers\n* WCAG AA compliant color scheme\n\n---\n\n## 📦 Deployment\n\nSeismoMap is a static React app and can be hosted on:\n\n* [Vercel](https://seismo-map.vercel.app/)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsaikiran01%2Fseismomap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsaikiran01%2Fseismomap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsaikiran01%2Fseismomap/lists"}