An open API service indexing awesome lists of open source software.

https://github.com/codeupjewell/build-a-vanilla-weather-app-using-html-css-javascript

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.
https://github.com/codeupjewell/build-a-vanilla-weather-app-using-html-css-javascript

css html html-css-javascript javascript restful-api weather-api weather-app

Last synced: 25 days ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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.