fuel_price_tracker/README.rst

20 lines
495 B
ReStructuredText
Raw Permalink Normal View History

2021-02-09 08:20:51 +00:00
==================
2024-04-28 14:19:51 +00:00
Fuel Price Tracker
2021-02-09 08:20:51 +00:00
==================
2024-04-28 14:19:51 +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.
2021-02-09 08:20:51 +00:00
2024-04-28 14:19:51 +00:00
==================
How-to
==================
2021-02-13 13:26:46 +00:00
2024-04-28 14:19:51 +00:00
```python
python3 parsing.py --dept 75 --gas E10
2021-02-13 13:26:46 +00:00
2024-04-28 14:20:40 +00:00
```
2024-04-28 14:19:51 +00:00
will the GPS adress of the cheapest E10 provider in Paris.
2021-02-13 13:26:46 +00:00
2024-04-28 14:19:51 +00:00
This app has been extended with a mobile support developed with Flutter, a beta will be release soon.
2021-02-13 13:26:46 +00:00