1. 首页
  2. 数据库
  3. 其它
  4. 天气:天气API 源码

天气:天气API 源码

上传者: 2021-02-17 01:23:37上传 ZIP文件 15.91KB 热度 17次
天气API 该API使用根据提供的位置提供天气。 包结构基于 。 运行代码 启动API WEATHER_BASEURL=http://api.openweathermap.org/data/2.5 WEATHER_APIKEY=1508a9a4840a5574c822d70ca2132032 go run cmd/main.go curl命令示例 curl 'http://localhost:10000/weather?city=Bogota&country=co&forecast=0' 配置选项和示例 WEATHER_BASEURL=http://api.openweathermap.o
用户评论