A simple console-based Weather App developed in C++ that fetches real-time weather information using the OpenWeatherMap API. Enter the city name, and the application retrieves temperature, humidity, and current weather conditions.
- Fetches weather data from OpenWeatherMap API.
- Displays temperature in Kelvin, humidity in percentage, and the main weather condition.
- Utilizes C++ with the cpprestsdk library for HTTP requests.
- Run the executable file or compile the provided C++ code.
- Enter the city name when prompted.
- Receive instant weather details, including temperature, humidity, and current weather conditions.
- cpprestsdk: A Microsoft project for cloud-based client-server communication.
- Clone the repository or download the provided C++ code.
- Ensure you have the cpprestsdk library installed and configured.
- Compile the code using your preferred C++ compiler.
- Run the executable and input the city name to get real-time weather information.