Skip to content

piedor/Sito-stazione-meteo-DaVinci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stazione meteo DaVinci

Semplice utilizzo delle API di FIeldClimate per scaricare i dati delle stazioni meteo. I dati vengono poi graficati sul sito con HighChart JS.

Come usare

In utils/getDatiStazione.php cambiare i valori:

$public_key = "PUBLIC KEY"; // CHANGE HERE
$private_key = "PRIVATE KEY"; // CHANGE HERE

$id_stazione = "ID STATION"; // CHANGE HERE