Removed gasStations
This commit is contained in:
parent
0345c9a814
commit
b481f4c4d7
3 changed files with 10 additions and 298705 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -8,6 +8,8 @@
|
||||||
# testing
|
# testing
|
||||||
/coverage
|
/coverage
|
||||||
|
|
||||||
|
/public/gasStations.xml
|
||||||
|
|
||||||
# production
|
# production
|
||||||
/build
|
/build
|
||||||
|
|
||||||
|
|
8
cron.sh
Executable file
8
cron.sh
Executable 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
|
298705
public/gasStations.xml
298705
public/gasStations.xml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue