lyco / weather-module
ramverk1 的天气模块。
v5.0.1
2020-01-02 11:36 UTC
Requires
- php: ^7
- anax/anax-ramverk1-me: ^1.0.0
- opencage/geocode: ^2.1
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2024-09-29 05:28:58 UTC
README
ANAX 框架的天气模块
使用 composer 安装 composer require lyco/weather-module
在 json 中要求
将以下内容添加到您的 composer.json 下的 require
"lyco/weather-module": "^2.0.0"
API 密钥
将 "config/api.php" 中的 "xxxxx" 替换为您的个性化 API 密钥。
移动到文件夹
将以下文件从模块移动到您的框架
rsync -av vendor/lyco/weather-module/view ./
rsync -av vendor/lyco/weather-module/config ./