lyco/weather-module

ramverk1 的天气模块。

v5.0.1 2020-01-02 11:36 UTC

This package is auto-updated.

Last update: 2024-09-29 05:28:58 UTC


README

Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

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 ./