Egesiapres / weather-app

A weather app that shows different weather data according to the chosen location. It has been written using vanilla JavaScript

Home Page:https://egesiapres.github.io/weather-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather app

Description

A personal project to improve my vanilla JS skills

1. Scope

I wanted to create a good looking weather app able to show the weather of the chosen city: it can be manually searched or automatically retrieved thanks to geolocation.

Interacting with the OpenWeather APIs, the app shows:

  • current weather
  • temperature
  • 5 days forecast
  • wind info
  • sun info
  • humidity, air, pressure, and visibility info

The app can also perform temperature conversions, allowing to choose between Celsius, Fahrenheit and Kelvin scales.

2. Tools

HTML, CSS, JS

About

A weather app that shows different weather data according to the chosen location. It has been written using vanilla JavaScript

https://egesiapres.github.io/weather-app/


Languages

Language:JavaScript 54.1%Language:HTML 35.4%Language:CSS 10.5%