This is a simple command-line weather application that retrieves and displays the current weather conditions for a specified city. The app fetches real-time weather data using the OpenWeatherMap API and presents information such as temperature (in Fahrenheit), weather conditions, and humidity.
- Retrieves current weather conditions for a given city.
- Displays temperature in Fahrenheit.
- Provides details such as weather description, temperature, feels-like temperature, and humidity.
- Runs in a terminal-based environment.
- Python
- Requests library
- OpenWeatherMap API
git clone https://github.com/bkelly623/weather-app.git
cd weather-app