cykj40 / Weather-Dashboard-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Dashboard Project

badge

Description

 I created a weather  dashboard. You as a user can enter a city name in the united states. The application will return to you. The 
 current temprature, wind speed, humidity and uv index for the city you enetered. In addition the app will also return a five day 
 forecast for the city you selected.

Table of Contents

About

 This application was built using Html, css and javascript. The information you see diplayed in the application comes from the 
 open weather map api. For this project I made various api calls to open wetaher map api to get the information you see displayed 
 in the application.

User Story

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

Acceptance Criteria

GIVEN a weather dashboard with form inputs
WHEN I search for a city
THEN I am presented with current and future conditions for that city and that city is added to the search history
WHEN I view current weather conditions for that city
THEN I am presented with the city name, the date, an icon representation of weather conditions, the temperature, the humidity, and the the wind speed
WHEN I view future weather conditions for that city
THEN I am presented with a 5-day forecast that displays the date, an icon representation of weather conditions, the temperature, the wind speed, and the humidity
WHEN I click on a city in the search history
THEN I am again presented with current and future conditions for that city

Screenshots

weatherappnew

Installation

To use this project to lookup weather all you have to do is click on this link.

License

badge
This application is licensed by MIT

Test

none

Contributers

Cyrus Khiabani

Questions

Contact Me

email me cyrusk81@gmail.com

find me on Github, cykj40

This Readme was made by 🚀 Cy ⚡

About


Languages

Language:JavaScript 56.1%Language:CSS 25.1%Language:HTML 18.7%