-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Krzysztof Piasecki edited this page Feb 9, 2016
·
25 revisions
Notification on weather hazards such as: lightnings, tornadoes, strong winds, heavy precipitation and low and high air temperatures.
The website burze.dzis.net is created for users who seek for a solution, which can enable them to receive notification on weather hazards such as: lightnings, tornadoes, strong winds, heavy precipitation and low and high air temperatures. The website also offers location storm function.
Documentation | Packagist.org | Travis-ci.org | Scrutinizer-ci.com
namespace Component\Remote\BurzeDzisNet
{
$burzeDzisNet = new BurzeDzisNet(
new Endpoint(API_KEY)
);
$point = $burzeDzisNet->locate('Wien');
$storm = $burzeDzisNet->getStorm($point, 100);
$alert = $burzeDzisNet->getWeatherAlert($point);
}