my_weather_app
一个新的Flutter应用程序。
入门
简单的天气应用程序。有关基于API的天气的信息: :
应用功能:
Weather in 10 different cities
Weather in your location based on GPS
Weather in typed city
Weather now
Weather for next 7 days
Weather hourly
Wind
Hours of sunset and sunrise
天气描述
天气状况
应用说明
我使用OpenWeather Api开发了一个应用程序,您可以在搜索栏中输入您的城市并找到您城市的天气预报。
用户故事和接受标准
用户故事
AS A traveler
I WANT to see the weather outlook for multiple cities
SO THAT I can plan a trip accordingly
验收标准
GIVEN a weather dashboard with form inputs
WHEN I search fo
天气仪表板
背景
本练习的目的是利用服务器端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 histo
天气仪表板
这是一个比较完善的API用户界面,可让您搜索和检索美国各城市的当前天气数据状况。
用户故事
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 curr
06服务器端API:天气仪表板
安装
链接到工作站点: :
资料库
链接到存储库: :
描述
天气仪表板将在浏览器中运行,并具有动态更新HTML和CSS。
用户的故事
AS A traveler
I WANT to see the weather outlook for multiple cities
SO THAT I can plan a trip accordingly
验收标准
GIVEN a weather dashboard with form inputs
WHEN I s