elytica/weatherbit

Weatherbit calls

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 2

pkg:composer/elytica/weatherbit

0.0.0 2020-01-07 15:41 UTC

This package is auto-updated.

Last update: 2025-10-20 03:00:21 UTC


README

Features

This package only supports hourly forecast using longitude and latitude.

Installation

composer install elytica/weatherbit

Usage

use elytica;
$settings = ['key' => 'API_KEY',
             'hours' => 48];
$weather = new elytica\WeatherBit($settings);
print_r($weather->forecast_hourly(0.0, 0.0)->data);