https://github.com/mathsgod/hl-weather
https://github.com/mathsgod/hl-weather
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathsgod/hl-weather
- Owner: mathsgod
- Created: 2019-01-09T08:18:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T03:04:29.000Z (almost 6 years ago)
- Last Synced: 2025-03-13T09:03:24.953Z (over 1 year ago)
- Language: CSS
- Size: 1.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# weather
```php
use HL\Weather;
$w = new Weather();
print_r($w->forecast());
```