Visualize the latest earthquakes around Istanbul.
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
Print a table of earthquakes around Istanbul with radius x km (above: 400)
Show them on map using google maps api (or the api of USGS)
Combine queries to provide all earthquakes around KAFH (North Anatolia Fault Line).
Add other fault lines the same way.
Make queries customizable with a beautiful UI.