An open API service indexing awesome lists of open source software.

https://github.com/mathsgod/hl-weather


https://github.com/mathsgod/hl-weather

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![PHP Composer](https://github.com/mathsgod/hl-weather/workflows/PHP%20Composer/badge.svg)

# weather

```php
use HL\Weather;

$w = new Weather();
print_r($w->forecast());

```