This commit is contained in:
araison 2024-04-28 16:23:04 +02:00
parent e23626bc73
commit 84d7c0528d
1 changed files with 2 additions and 3 deletions

View File

@ -7,10 +7,9 @@ Fuel provider seeker software. Based on French Government data (data.gouv.fr), u
## How-to
```python
python3 parsing.py --dept 75 --gas E10
python3 src/fuel_price_tracker/parsing.py --dept 75 --gas E10
```
will the GPS adress of the cheapest E10 provider in Paris.
will return 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.