Given the recent fuel prices in Germany (i.e., 2.30 Euros for one Liter of Diesel on 7/14/2026) I was wondering at which one of my local gas stations and when I should go to refuel. That got me thinking: Why don't I make something that can track the gas prices during the day and then performs some sort of statistical analysis on the data.
To see an overview of the architecture see this.
In the following
<platform>can be any ofgcc,clang, andwindowsand<type>can be eitherrelease, ordebug.
- Run workflow
cmake --workflow --preset <platform>-<type>- Run the Application
./build/<type>/src/app/FuelPulseApp- Configure CMake
cmake --preset <platform>-<type>- Build the Application
cmake --build --preset <platform>-<type>- Run the Application
./build/<type>/src/app/FuelPulseApp