Code in Readme
This commit is contained in:
parent
3f8fe4d5a9
commit
0469b2e4fb
1 changed files with 4 additions and 0 deletions
|
@ -12,10 +12,14 @@ Kann man mit dem Fahrrad fahren?
|
|||
|
||||
Erstelle einen Cronjob:
|
||||
|
||||
```
|
||||
*/10 * * * * wget -N --quiet --output-document=/path/to/programm/api.json http://api.wunderground.com/api/YOUR_API_KEY/forecast10day/q/COUNTRYCODE/CITY.json
|
||||
```
|
||||
|
||||
Beispiel:
|
||||
```
|
||||
*/10 * * * * wget -N --quiet --output-document=/var/www/customers/cust123/html/bike/api.json http://api.wunderground.com/api/abc1234def/forecast10day/q/DE/Leipzig.json
|
||||
```
|
||||
|
||||
Alle Dateien müssen im gleichen Verzeichnis liegen und vom Webserver lesbar sein. Zudem muss api.json durch den Nutzer des Cronjobs beschreibbar sein.
|
||||
|
||||
|
|
Loading…
Reference in a new issue