Project Title: Minimalistic Weather Forecast
Purpose: This project aims to provide users with a minimalistic weather forecast tool that retrieves current weather conditions and forecasts for a given location.
Key Features:
- Location Input: Users can input their location (city name or zip code) through the command line interface.
- Weather Retrieval: Utilize a weather API (such as OpenWeatherMap API) to fetch current weather conditions and forecasts for the specified location.
- Display: Present the weather information in a clean and concise format, including details such as temperature, humidity, wind speed, and weather description.
- Error Handling: Handle potential errors gracefully, such as invalid location input or network connectivity issues.
- Unit Conversion: Provide an option for users to choose between metric and imperial units for temperature and wind speed.