/istanbul-earthquake-monitoring

Hobby project to visualize earthquakes around Istanbul. Uses USGS API and Maplibre. Check their webpages for licenses of their corresponding contributions.

Primary LanguageEJS

Summary

Visualize the latest earthquakes around Istanbul.

Overview

How to Run

Install project dependencies:

npm install

Run the project:

node index.js

Navigate to your browser and go to the specified port in index.js (default: 3000).

http://localhost:3000

Project Stages

Stage 1 (Completed):

Print a table of earthquakes around Istanbul with radius x km (above: 400)

Stage 2: (Completed):

Show them on map using google maps api (or the api of USGS)

Stage 3:

Combine queries to provide all earthquakes around KAFH (North Anatolia Fault Line).

Stage 4:

Add other fault lines the same way.

Stage 5:

Make queries customizable with a beautiful UI.

Resources