rpc08002 / Weather-Dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Dashboard

Server-Side APIs

Ryan Curtin's Weather Dashboard Links:

Mock-Up

Weather Dashboard Weather Dashboard

Summary

  • Weather Dashboard provides the current forecast and five day forecast for your convenience of any city in the United States.
  • HTML is used to provide the initial layout of the web page.
  • JavaScript/jQuery are used to append elements to the page.
  • A user's search history is saved to local storage below the search bar.
  • Two Ajax functions are called to the Open Weather Map API in order to pull the weather information with the "GET" method.
  • Bootstrap was utilized for the responsive web layout.
  • Font Awesome was used for the logos on the page.

Features

  • HTML Page
  • JavaScript Page
  • CSS Page
  • OpenWeatherMap API

Authors

  • Ryan Curtin

About


Languages

Language:JavaScript 53.7%Language:HTML 45.2%Language:CSS 1.1%