Team-Earth-Quake-Detector / team_1_earth_quake_detector

Hello World! We are three coding-rookies from Germany. We want to create an earthquake detector that visualizes a world map with earthquakes all over the world in real time. Enjoy!
0 stars 1 forks source link

Understand web frontend development #19

Closed Codeinator-0711 closed 3 years ago

Codeinator-0711 commented 3 years ago

How do we start a web server that opens a web page in the default browser that provides the following features:

A nice logo and layout. Use the HSD logo or create your own. A Google-like search field at the top with a search button to update the visualization. The field should be prefilled with the current location. Pressing the search button will read the location from the search field and refresh the page. Below the search field a screen-filling map is shown with the selected location in the center, and a zoom-in factor appropriate to cover a circle with actual search radius. On overlay that draws the location of all earthquakes of the last 24 hours into the actual map, represented by a circle contains the strength (Richter scala) of the earth quake and a label with the timestamp of the earth quake. the web page should be update evers

Codeinator-0711 commented 3 years ago

Get startet with: https://flask.palletsprojects.com/