Skip to content

Repository files navigation

FuelPulse

Motivation

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.

Architecture

To see an overview of the architecture see this.

Building

With CMake Workflow

In the following <platform> can be any of gcc, clang, and windows and <type> can be either release, or debug.

  1. Run workflow
cmake --workflow --preset <platform>-<type>
  1. Run the Application
./build/<type>/src/app/FuelPulseApp

With CMake Preset

  1. Configure CMake
cmake --preset <platform>-<type>
  1. Build the Application
cmake --build --preset <platform>-<type>
  1. Run the Application
./build/<type>/src/app/FuelPulseApp

Credits / Acknowledgments

About

Application that tracks gas station prices and provices analysis functionality on the gathered data

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages