This Flask Weather App is a simple web application that allows users to check the current weather for a given city. It uses the OpenWeatherMap API to fetch real-time weather data.
- Weather Information: Get the current weather status for a specified city.
- Fallback City: If no city is provided or an invalid city is entered, the default city is set to "Erlangen."
- Flask
- Waitress
- OpenWeatherMap API
chmod +x ./weather-app/run_app.sh
chmod ./weather-app/run_app.sh
Open http://localhost:8000 to view it in your browser.