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.
- Host: GitHub
- URL: https://github.com/codeupjewell/build-a-vanilla-weather-app-using-html-css-javascript
- Owner: CodeUpJewell
- Created: 2022-11-03T22:38:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T22:47:00.000Z (over 3 years ago)
- Last Synced: 2025-01-21T18:49:22.971Z (over 1 year ago)
- Topics: css, html, html-css-javascript, javascript, restful-api, weather-api, weather-app
- Language: CSS
- Homepage:
- Size: 1.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.