arnapou / weather
项目 - 天气预报网站
v3.1
2024-05-04 22:59 UTC
Requires
- php: ~8.3.0
- ext-redis: *
- arnapou/appcfg: ^1.5
- arnapou/encoder: ^2.2
- arnapou/owmclient: ^2.4
- arnapou/psr: ^2.8
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.52
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.5
- phpunit/php-code-coverage: ^11.0
- phpunit/phpunit: ^11.0
README
根据 OpenWeatherMap 显示天气信息。
我编写这个应用程序是为了我自己使用,因为我需要更多信息来规划我的上班自行车之旅(雨,风等)。
安装
composer create-project arnapou/weather
packagist 👉️ arnapou/weather
示例
- https://weather.arnapou.net/ - 默认位置(检查配置 / 环境变量)
- https://weather.arnapou.net/codes - 国家代码列表(Iso 3166 Alpha 2)
- https://weather.arnapou.net/CN/Shanghai - 上海天气
- https://weather.arnapou.net/3/FR/Paris - 巴黎天气(只有3天)
- https://weather.arnapou.net/40.404,-3.721 - 通过纬度 + 经度查找马德里
注意
- 日期和时间已调整到正确的时间区域!
- 提到与UTC的偏移量
- 数据至少缓存5分钟
- 周期在2到5天之间
- 兼容iOS,可将其添加为网络应用程序
屏幕截图
PHP版本
日期 | 参考 | 8.3 | 8.2 | 8.1 |
---|---|---|---|---|
26/11/2023 | 3.x, 主要 | × | ||
05/12/2022 | 2.x | × | ||
04/03/2022 | 1.x | × |