cnatom / AppleWeatherKitApiServer

苹果WeatherKit REST API服务端

Home Page:https://developer.apple.com/documentation/weatherkitrestapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

增加接口ing

使用

1.下载本项目

git clone https://github.com/cnatom/AppleWeatherKitApiServer.git

2.导入依赖包

pip install -r requirements.txt

3.启动服务

运行app.py文件

4.调试

Run in Postman

该Postman集合的内容实时更新

请求顺序

1.获取dataSets可用参数

2.在天气接口中获取指定数据

dataSets的值要以","分隔

About

苹果WeatherKit REST API服务端

https://developer.apple.com/documentation/weatherkitrestapi


Languages

Language:Python 84.0%Language:Lua 16.0%