This is a console weather application written in c++. It fetches weather information from the OpenWeatherApi using the REST Api Architecture
- vcpkg
- C++ compiler
- cpprestsdk
git clone https://github.com/AMS003010/weatherIO.git
vcpkg install cpprestsdk
g++ -std=c++11 -o weather_app main.cpp weather.cpp -lcpprest
./weather_app
See Weather.h
see Weather.cpp
See main.cpp