gpt4 book ai didi

weather-api - 如何使用 accuweather api 显示天气图标?

转载 作者:行者123 更新时间:2023-12-04 15:35:09 27 4
gpt4 key购买 nike

在 Weather 项目中,我拥有显示来自 Accuweather API 的当前和预报天气数据所需的所有信息,但是,主要要求是显示与天气条件相对应的天气图标,该图标在控制台中显示为 WeatherIcon 编号。如何提取该图标?

Weather api when consoled
console.log('DATA IN HOURLYFORECAST', data)

DateTime: "2020-02-03T20:00:00+05:30"
EpochDateTime: 1580740200
WeatherIcon: 36
IconPhrase: "Intermittent clouds"
HasPrecipitation: false
IsDaylight: false
Temperature: {Value: 76, Unit: "F", UnitType: 18}
RealFeelTemperature: {Value: 76, Unit: "F", UnitType: 18}

如上所示,未提供天气图标 api 链接,仅显示数字。有什么可能的解决方案吗?

最佳答案

他们已经明确提到了

Note: Please do not link directly to these images from your applications. The URLs can and will change.

reference - https://apidev.accuweather.com/developers/weatherIcons

当前可能的解决方案是在本地将图像添加到您的应用程序中,将它们映射到图标编号(来自 accuweather api 响应)并显示到应用程序 UI 上

关于weather-api - 如何使用 accuweather api 显示天气图标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60041815/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com