top of page

My Creations

Weather App

This app was created in Linux, using C++, the SFML graphics library and the CURL library to make http requests to WeatherAPI.

The user's location is saved after the first time setup, and automatically loaded when the app is opened. Important weather info is displayed, such as the current temperature and rainfall. A small suggestion is also given based upon the current weather, letting the user know if they should wear a jacket for example.

This project taught me about making requests to API's, and handling the data that is returned which was something I hadn't previously had to do. I also further developed my general C++ skills.

bottom of page