06服务器端API:天气仪表板
开发人员通常要负责从另一个应用程序的API检索数据并在自己的上下文中使用它们。 第三方API允许开发人员通过向URL发出带有特定参数的请求来访问其数据和功能。
我构建了一个天气仪表板,该仪表板将在浏览器中运行,并具有动态更新HTML和CSS。 它使用检索城市的天气数据。
用户故事
AS A traveler
I WANT to see the weather outlook for multiple cities
SO THAT I can plan a tri
天气仪表板
背景
本练习的目的是利用服务器端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