kewalpasad / weatherApp-VanillaJS

Weather App is a beautiful clean app that shows the temperature, description, humidity, sunrise and sunset time of the given location. It also stores the last searched location in the Local storage so that the app will display the stored location on refresh. The data is fetched from OpenWeather API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App (Vanilla JavaScript)

The App actual, min, max temperature, it also gives a description with the image, it also gives details of wind, sunrise, sunset and humidity all in very beautiful setting. Last searched Location is stored in Local Storage. Data is fetched from Openweather API.

Features:

  1. Beautiful setting of weather information using BootSwatch UI.
  2. change location modal is implemented.
  3. Last changed location is saved on Local Storage.

Screenshots are added in screenshots folder and each image is renamed according to the function performed on it.

BootSwatch UI has been used to style the HTML.I have removed API key weather.js for security purpose if you want you can register and get those from https://openweathermap.org/current. The entire project has been built on Vanilla Javascript that is, no frameworks have been used. All The DOM manipulation and Document Selecting is done with Javascript. This project was built for learning purpose and is not intended to be used in any commercial project.

About

Weather App is a beautiful clean app that shows the temperature, description, humidity, sunrise and sunset time of the given location. It also stores the last searched location in the Local storage so that the app will display the stored location on refresh. The data is fetched from OpenWeather API.


Languages

Language:JavaScript 55.1%Language:HTML 44.9%