06服务器端API:天气仪表板
你的任务
第三方API允许开发人员通过向URL发出带有特定参数的请求来访问其数据和功能。 开发人员经常要负责从另一个应用程序的API检索数据并在自己的上下文中使用它们。 您面临的挑战是构建一个将在浏览器中运行的天气仪表板,并具有动态更新HTML和CSS。
使用检索城市的天气数据。 该文档包括一个名为“如何开始”的部分,其中提供了基本的设置和使用说明。 您将使用localStorage存储任何持久性数据。
用户故事
AS A traveler
I WANT to
weather_app
GIVEN a weather dashboard with form inputs
WHEN user searches for a city
THEN they are presented with current and future conditions for that city and that city is added to the search history
WHEN user views current weather conditions for