From 207db01cc8bafc83d477b4022e12a615489c907d Mon Sep 17 00:00:00 2001 From: araison Date: Sun, 28 Apr 2024 16:21:39 +0200 Subject: [PATCH] Updating --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d26f840 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +================== +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. + +