高德开放平台天气查询API

https://lbs.amap.com/api/webservice/guide/api/weatherinfo

var deal_time = new Date().getHours();

if(8< deal_time <20){
return [
  { weather: data[0].forecasts[0].casts[0].dayweather,
    temperature: {
        min : data[0].forecasts[0].casts[0].nighttemp,
        max : data[0].forecasts[0].casts[0].daytemp},
    wind: {direction : data[0].forecasts[0].casts[0].daywind + "风",
          level : data[0].forecasts[0].casts[0].daypower.slice(1)
          }
    }
  ]
}else{
return [
  { weather: data[0].forecasts[0].casts[0].nightweather,
    temperature: {
        min : data[0].forecasts[0].casts[0].nighttemp,
        max : data[0].forecasts[0].casts[0].daytemp},
    wind: {direction : data[0].forecasts[0].casts[0].daywind + "风",
          level : data[0].forecasts[0].casts[0].daypower.slice(1)
          }
    }
  ]
}

json串格式:

[
  {
    "status": "1",
    "count": "1",
    "info": "OK",
    "infocode": "10000",
    "forecasts": [
      {
        "city": "北京市",
        "adcode": "110000",
        "province": "北京",
        "reporttime": "2021-10-21 15:33:53",
        "casts": [
          {
            "date": "2021-10-21",
            "week": "4",
            "dayweather": "晴",
            "nightweather": "晴",
            "daytemp": "18",
            "nighttemp": "4",
            "daywind": "西北",
            "nightwind": "西北",
            "daypower": "≤3",
            "nightpower": "≤3"
          },
          {
            "date": "2021-10-22",
            "week": "5",
            "dayweather": "晴",
            "nightweather": "晴",
            "daytemp": "17",
            "nighttemp": "2",
            "daywind": "北",
            "nightwind": "北",
            "daypower": "≤3",
            "nightpower": "≤3"
          },
          {
            "date": "2021-10-23",
            "week": "6",
            "dayweather": "晴",
            "nightweather": "多云",
            "daytemp": "16",
            "nighttemp": "3",
            "daywind": "西南",
            "nightwind": "西南",
            "daypower": "≤3",
            "nightpower": "≤3"
          },
          {
            "date": "2021-10-24",
            "week": "7",
            "dayweather": "多云",
            "nightweather": "晴",
            "daytemp": "17",
            "nighttemp": "4",
            "daywind": "西南",
            "nightwind": "西南",
            "daypower": "≤3",
            "nightpower": "≤3"
          }
        ]
      }
    ]
  }
]
[
  {
    "weather": "晴",
    "temperature": {
      "min": "4",
      "max": "18"
    },
    "wind": {
      "direction": "西北风",
      "level": "3"
    }
  }
]
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值