Skip to content

A weather app made using OpenWeatherMap API in JavaScript. The app tells the current temperature and some additional information.

Notifications You must be signed in to change notification settings

razaafazal/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-App

A weather app made using OpenWeatherMap API in Html, Css and JavaScript.

The app tells the current temperature and some additional information like Air Quality Index, Real Feel, Humidity, Highest Temperature, Lowest Temperature, Wind Speed, Wind Direction, Visibility, Pressure, Sunrise and Sunset.

Visit Website --> WeatherApp

Configuration

To use the OpenWeatherMap API, you need to obtain an API key. Follow these steps to set up your API key:

  • Go to the OpenWeatherMap website: https://openweathermap.org/
  • Sign up for a free account or log in if you already have an account.
  • Once logged in, go to your profile and navigate to the "API Keys" section.
  • Generate a new API key and copy it.
  • In the project directory, locate the script.js file. Inside this file, you will find a constant called API_KEY. Replace the placeholder value 'YOUR_API_KEY' with your actual API key obtained from OpenWeatherMap.
const API_KEY = 'YOUR_API_KEY';

About

A weather app made using OpenWeatherMap API in JavaScript. The app tells the current temperature and some additional information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published