lccgsn/weather

0.0.1 2020-01-28 12:02 UTC

This package is auto-updated.

Last update: 2025-07-28 23:48:33 UTC


README

高德天气组件

安装

$ composer require lcc/weather -vvv

用法

use Lcc\Weather\Weather;

$key = 'xxxxxxxxxxxxxxxxxxxxxxxxxxx';

$weather = new Weather($key);

$response = $weather->getWeather('深圳');

License

MIT