20 lines
495 B
Markdown
20 lines
495 B
Markdown
|
==================
|
||
|
Fuel Price Tracker
|
||
|
==================
|
||
|
|
||
|
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.
|
||
|
|
||
|
==================
|
||
|
How-to
|
||
|
==================
|
||
|
|
||
|
```python
|
||
|
python3 parsing.py --dept 75 --gas E10
|
||
|
|
||
|
```
|
||
|
will the GPS adress of the cheapest E10 provider in Paris.
|
||
|
|
||
|
This app has been extended with a mobile support developed with Flutter, a beta will be release soon.
|
||
|
|
||
|
|