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

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

Awesome Lists containing this project

README

          

# Weather app
![alt text](https://github.com/Sara-pixie/Weather-app/blob/main/weather_app_thumbnail.png?raw=true)

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