A web-based application that visualizes earthquake locations in Turkey on a map.
Check out the live demo at deprem.fly.dev.
- Python
- Visualization of earthquake locations on a map.
- Display of earthquake information such as magnitude, time, and location.
- Clone the repository:
git clone https://github.com/muhtalipdede/deprem.git python3 -m venv venvsource venv/bin/activate- Install the dependencies:
pip3 install -r requirements.txt - Run the development server:
python application.py - Visit http://localhost:5000 in your browser to view the app.
If you'd like to contribute to the project, please open a pull request with your changes.
This project is licensed under the MIT License.