roofr/laravel-weather

A local weather module

0.2.5 2018-07-31 05:45 UTC

This package is not auto-updated.

Last update: 2024-04-17 18:23:40 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

A simple package to fetch data from an api and display it in a widget on your page!

Installation

You can install the package via composer:

composer require roofr/laravel-weather

Usage

$weather = new Roofr\Weather();
echo $weather->generate('Naples, FL');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please use the issue tracker on github!

Credits

License

The MIT License (MIT). Please see License File for more information.