/Weather-JS

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

Primary LanguageJavaScriptMIT LicenseMIT

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