Skip to content

yuuhao/weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yuuhao/weather

基于高德的天气SDK.

安装

$ composer require yuuhao/weather -vvv

配置

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

##使用

use Yuuhao\Weather\Weather;

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

or

new Weather($city)

The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.

License

MIT