elytica / weatherbit
Weatherbit calls
0.0.0
2020-01-07 15:41 UTC
Requires
- guzzlehttp/guzzle: ^6.5
This package is auto-updated.
Last update: 2025-03-20 01:42:37 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);