LinogTracker is a web application built to monitor, track, and locate earthquakes in the Philippines. The application visualizes real-time seismic data from PHIVOLCS (Philippine Institute of Volcanology and Seismology) on an interactive map.
I built this project because of the recent earthquakes in Bogo City , Cebu . I wanted a reliable and accessible tool to track details provided by PHIVOLCS, pinpoint the exact locations of the earthquakes, and monitor ongoing seismic activities for safety and awareness.
- Interactive Map: Visualizes recent earthquakes and their locations.
- Real-time Data: Fetches the latest earthquake bulletins and details directly from PHIVOLCS.
- Activity Sidebar: Displays a chronological list of recent seismic events.
- Statistics Panel: Provides quick stats and magnitude overviews.
- Map Legend: Helps interpret the map markers based on magnitude and depth.
- Earthquake Data: This project uses public earthquake bulletin data from PHIVOLCS.
- Attribution: PHIVOLCS is the source of the earthquake information displayed in this app.
- Non-affiliation: LinogTracker is an independent project and is not officially affiliated with PHIVOLCS.
- Verification: For safety-critical or official updates, always check the PHIVOLCS website directly.
# Install dependencies
npm install
# Start the development server
npm run dev
# Build for production
npm run buildThis project is licensed under the MIT License.