Skip to content

A weather dashboard five-day forecast that runs in the browser and features dynamically updated HTML and CSS.

Notifications You must be signed in to change notification settings

llaraama/Weather-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server-Side APIs: Weather Dashboard

Table of Contents:

Description

Developers are often tasked with retrieving data from another application's API and using it in the context of their own. Third-party APIs allow developers to access their data and functionality by making requests with specific parameters to a URL. My challenge was to build a weather dashboard that will run in the browser and feature dynamically updated HTML and CSS.

Using the OpenWeather API to retrieve weather data for cities. Used localStorage to store any persistent data.

User Story

AS A traveler
I WANT to see the weather outlook for multiple cities
SO THAT I can plan a trip accordingly

Installation

Clone this repo to your local machine using: https://github.com/llaraama/Weather-Dashboard.git

Usage

The following image demonstrates the application functionality:

image

License

MIT License

Contributing

Fork this repository. Create a branch: git checkout -b <branch_name>. Add: git add . Make your changes and commit them: git commit -m '<commit_message>' Push to the original branch: git push origin <branch_name> Create the pull request.

Technology

HTML, CSS, jQuery and OpenWeather API

About

A weather dashboard five-day forecast that runs in the browser and features dynamically updated HTML and CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published