Skip to content

Making a weather app with Javascript, css and HTML without the use of any libraries. We use the Open Weather Map API to make calls to a restful api to return the current weather data. This uses the Modern Javascript Fetch API.

Notifications You must be signed in to change notification settings

CodeUpJewell/Build-a-vanilla-weather-app-using-HTML-CSS-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla-weather-app-using-HTML-CSS-JS

Project Overview

In this project I will be utilizing HTML,CSS and JS to build a working simple weather app.

Project Files:

• Index.html Contains all our HTML properties.
• Index.Js Contains our Javascript properties.
• Style.css Contains our CSS properties.

Component of this Project:

• Restful API fetch to return current weather data.
• Search bar where you can input cities or countries to find out the weather.
• Display Screen: It displays the location, date and current degrees in Fahrenheit as well as the hi-low for results.

About

Making a weather app with Javascript, css and HTML without the use of any libraries. We use the Open Weather Map API to make calls to a restful api to return the current weather data. This uses the Modern Javascript Fetch API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published