https://github.com/sara-pixie/weather-app
Project for SheCodesPlus
https://github.com/sara-pixie/weather-app
axios bootstrap css html open-weather-api vanilla-javascript weather-app
Last synced: about 1 year ago
JSON representation
Project for SheCodesPlus
- Host: GitHub
- URL: https://github.com/sara-pixie/weather-app
- Owner: Sara-pixie
- Created: 2021-02-22T12:47:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T12:10:05.000Z (about 5 years ago)
- Last Synced: 2025-01-21T15:32:29.775Z (over 1 year ago)
- Topics: axios, bootstrap, css, html, open-weather-api, vanilla-javascript, weather-app
- Language: JavaScript
- Homepage: https://epic-bhaskara-65fd1b.netlify.app
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather app

Project for SheCodesPlus
# Description
It allows users to search for a city by name or your current location
and shows:
- current weather (weather, temperature, what it feels like, humidity and wind speed)
- it also converts metric units into imperial units and vice versa of the current weather conditions
- and hourly forecast (weather, maximum and minimum temperature).
# Technologies
- HTML
- CSS
- Vanilla JavaScript
- Bootstrap (for the grid, search form and buttons)
- Open Weather Map API with axios