Looking to hire Laravel developers? Try LaraJobs

laravel-weather maintained by roofr

Description
A local weather module
Author
Last update
2018/07/31 08:10 (dev-master)
License
Downloads
3 441
Tags

Comments
comments powered by Disqus

Darksky weather widget for Laravel

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.