jamespericles / Weather-Dashboard

Week 6 of my bootcamp. For this assignment, I was tasked with creating a Weather Dashboard that utilized AJAX functions and API calls to display different data to the user.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Dashboard


Table of Contents


Description

Weather Dashboard is a simple application utilizing several API calls from openweathermap.org to provide the user several forecasts based on the city searched for. The three APIs utilized retrieve a forecast for the current weather, a five-day forecast, and the UV index for the city searched for.

Besides displaying the appropriate data from those JSON objects, this application also displays images based on the forecast for that city. It also creates a search history within local storage to allow the user to conveniently view cities they had already searched for.

Screenshots

Cloudy_Day_Incoming

Technologies Used

This project utilized HTML, CSS, Javascript languages, and ajax call functions to retrieve the appropriate information from the API, while also parsing the JSON object returned to it.

Usage

Weather Dashboard works in any web browser, and is deployed here

Contributing

Please feel free to iterate on my work if you so desire!

Questions

For any questions related to this project or any of my other work, please contact me at jamesspericles@gmail.com.

About

Week 6 of my bootcamp. For this assignment, I was tasked with creating a Weather Dashboard that utilized AJAX functions and API calls to display different data to the user.


Languages

Language:JavaScript 58.6%Language:HTML 37.1%Language:CSS 4.3%