Removed gasStations

This commit is contained in:
dbroqua 2020-03-01 20:59:07 +01:00
parent 0345c9a814
commit b481f4c4d7
3 changed files with 10 additions and 298705 deletions

2
.gitignore vendored
View File

@ -8,6 +8,8 @@
# testing
/coverage
/public/gasStations.xml
# production
/build

8
cron.sh Executable file
View File

@ -0,0 +1,8 @@
#! /bin/bash
mkdir ./extracts
cd ./extracts
wget https://donnees.roulez-eco.fr/opendata/jour
unzip jour
mv *.xml ../gasStations.xml
rm jour

File diff suppressed because it is too large Load Diff