SalamanderCtesiphon / not-another-weather-app-noooo

using web apis to create an interactive static website with async javascript

Home Page:https://theweatherapp-d677a.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not-another-weather-app-noooo

Introduction

Use everything we’ve been discussing to create a weather forecast site using the weather API from the previous lesson. You should be able to search for a specific location and toggle displaying the data in Fahrenheit or Celsius.

You should change the look of the page based on the data, maybe by changing the color of the background or by adding images that describe the weather. (You could even use the Giphy API to find appropriate weather-related gifs and display them). Feel free to use promises or async/await in your code, though you should try to become comfortable with both.

About

using web apis to create an interactive static website with async javascript

https://theweatherapp-d677a.web.app/


Languages

Language:JavaScript 42.4%Language:HTML 32.5%Language:CSS 25.1%