You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
188 B
6 lines
188 B
<?php
|
|
// odkomentovat v php.ini pro komunikaci v https -> extension=openssl
|
|
$API_KEY = "cdcbb82b14e8e3e85117686c68e19a5b";
|
|
$URL_BASE = "https://api.openweathermap.org/data/2.5/weather"
|
|
|
|
?>
|