weather application.

check the weather for today or for the entire week

Process & Creation

This weather application was built on a base of HTML and CSS. Ajax and jQuery were used to manipulate the DOM, and the weather data came from Yahoo's weather API.

How it works: The entire section that holds the weather data is written in the HTML but does not appear until the user enters a zip code or city and clicks submit. When that click event occurs, jQuery requests the data from Yahoo and AJAX calls on the function that renders that data, once it is received. That function receives the data, separates it, and renders the entire section.

see on codepen

Weather App

What's the weather currently like near you?

The weather in is currently like (fahrenheit):

The HIGH temp is:
The LOW temp is:
The WIND speed is:

The forecast for the next 5 days is:

high:

low:

conditions:

high:

low:

conditions:

high:

low:

conditions:

high:

low:

conditions:

high:

low:

conditions: