Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Weather Alert

Description

Provides weather alerts and forecasts using OpenWeatherMap API.

Features

  • Current weather data
  • Temperature, humidity, pressure
  • Wind speed information
  • Multiple cities support

Setup

Get API key from https://openweathermap.org/api

Stack

  • Language: Python
  • Libraries: requests==2.28.2
  • Complexity: Beginner-Intermediate

Installation

pip install -r requirements.txt
python main.py

License

Open source for educational purposes.