weather_dashboard:Weather Dashboard是一个使用OpenWeather API来按城市搜索和显示天气情况的应用 源码
天气仪表板 背景 本练习的目的是利用服务器端API创建具有动态更新HTML和CSS的Weather Dashboard。 验收标准如下: GIVEN a weather dashboard with form inputs WHEN I search for a city THEN I am presented with current and future conditions for that city and that city is added to the search history WHEN I view current weather conditions for that city THEN I am presented with the city name, the date, an icon representation of weather conditions
用户评论