Pratham82 / Weather-JS

This is a weather app which shows you the current weater condition, you can search by entering your city name.

Home Page:https://weather-app-new.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather-JS

I have created a weather app where you can enter any city name and you will get the weather information. I used ES6 classes and created different files for handling each operation. I've used async await with fetching API and DOM for displaying it. I also used local storage for storing this information in browser's local storage.

Features:

  • Search weather info using city
  • View temperature
  • View relative humidity and pressure
  • Check weather description
  • Implementation of Openweathermap API
  • Implementation of ES6 Features
  • Async await for API calls

Dependencies

  • Openweathermap API. After logging in openweathermap site go to this đź”— site and get your API key.

Check out the live site here

About

This is a weather app which shows you the current weater condition, you can search by entering your city name.

https://weather-app-new.netlify.app/

License:MIT License


Languages

Language:JavaScript 58.1%Language:HTML 41.9%