yuuhao/weather

此包最新版本(0.0.1)没有提供许可证信息。

0.0.1 2018-09-11 07:02 UTC

This package is auto-updated.

Last update: 2024-09-11 20:15:48 UTC


README

基于高德地图的天气SDK。

安装

$ composer require yuuhao/weather -vvv

配置

去高德地图开发平台注册并获取key

##使用

use Yuuhao\Weather\Weather;

app('weather')->getWeather($city);

or

new Weather($city)

代码贡献过程并不正式。你只需确保遵循PSR-0、PSR-1和PSR-2编码规范。任何新的代码贡献都必须附带适用的情况下的单元测试。

许可证

MIT