fuel_price_tracker/README.md

17 lines
455 B
Markdown
Raw Permalink Normal View History

2024-04-28 14:22:15 +00:00
# Fuel Price Tracker
2024-04-28 14:21:39 +00:00
Fuel provider seeker software. Based on French Government data (data.gouv.fr), user is able to sort by price cheapest fuel provider surrounding its area in a given radius.
2024-04-28 14:22:15 +00:00
## How-to
2024-04-28 14:21:39 +00:00
```python
2024-04-28 14:23:04 +00:00
python3 src/fuel_price_tracker/parsing.py --dept 75 --gas E10
2024-04-28 14:21:39 +00:00
```
2024-04-28 14:23:04 +00:00
will return the GPS adress of the cheapest E10 provider in Paris.
2024-04-28 14:21:39 +00:00
This app has been extended with a mobile support developed with Flutter, a beta will be release soon.