roofr/laravel-weather is a Laravel package for a local weather module.
It currently has 1 GitHub stars and 3.441 downloads on Packagist (latest version 0.2.5).
Install it with composer require roofr/laravel-weather.
Discover more Laravel packages by roofr
or browse all Laravel packages to compare alternatives.
Last updated
A simple package to fetch data from an api and display it in a widget on your page!
You can install the package via composer:
composer require roofr/laravel-weather
$weather = new Roofr\Weather();
echo $weather->generate('Naples, FL');
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please use the issue tracker on github!
The MIT License (MIT). Please see License File for more information.