Skip to content

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

Notifications You must be signed in to change notification settings

kkaytekin/istanbul-earthquake-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published