天气挑战
:scroll: 描述
单屏应用程序可显示一天和一周中的天气。
:light_bulb: 动机与情境
创建一个可访问性和经过测试的应用程序。
创建一个复杂的图表线组件。
:camera_with_flash: 屏幕截图
执照
Copyright 2020 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use t
候选天气数据源
天气服务,在此任务中,我们构建天气数据源,并通过令人惊叹的API公开它。
任务
在此任务中,我们将创建一个Web服务,该服务将为我们提供特定位置的天气预报。每个文件有5列:经度,纬度,预报时间,温度,降水量。该服务将有2条路线:(端点)
/weather/data - returns the weather forecast in a specific location.
/weather/summarize - returns the max,min,avg weather
天气应用
概括
该Web应用程序允许用户搜索城市并查看搜索位置的当前和5天天气预报天气数据。
如何:
1.) [Load the page](https://crichards17.github.io/Weather-App/)
2.) Enter a city in the search bar, and click the Search button or use the Enter key to search
3.) Review current and 5-day forecast w