Skip to content
Krzysztof Piasecki edited this page Feb 9, 2016 · 25 revisions

BurzeDzisNet

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

Use case

    namespace Component\Remote\BurzeDzisNet
    {

        $burzeDzisNet = new BurzeDzisNet(
            new Endpoint(API_KEY)
        );

        $point = $burzeDzisNet->locate('Wien');
        $storm = $burzeDzisNet->getStorm($point, 100);
        $alert = $burzeDzisNet->getWeatherAlert($point);

     }

PointInterface

StormInterface

AlertInterface

Clone this wiki locally