Provides weather alerts and forecasts using OpenWeatherMap API.
- Current weather data
- Temperature, humidity, pressure
- Wind speed information
- Multiple cities support
Get API key from https://openweathermap.org/api
- Language: Python
- Libraries:
requests==2.28.2 - Complexity: Beginner-Intermediate
pip install -r requirements.txt
python main.pyOpen source for educational purposes.