Skip to content

JamshaidAhmedd/WeatherNow-Weather-Application-HTML-CSS-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development of Weather Application utilizing OpenWeatherMap API

This weather application is created using the OpenWeatherMap API with Vanilla JavaScript. Check out live version: https://jamshaidahmedd.github.io/WeatherNow-Weather-Application-HTML-CSS-JS/

The application provides real-time temperature data along with additional details such as Air Quality Index, Real Feel, Humidity, Maximum Temperature, Minimum Temperature, Wind Speed, Wind Direction, Visibility, Pressure, Sunrise, and Sunset.

Explore the Application --> [WeatherAppUsingOpenWeatherMapAPI]

Setup Instructions

To integrate the OpenWeatherMap API into your project, you'll need to acquire an API key. Follow the steps below to configure your API key:

  1. Visit the OpenWeatherMap website: https://openweathermap.org/
  2. Create a new account or log in to your existing account.
  3. After logging in, access your profile and proceed to the "API Keys" section.
  4. Generate a new API key and copy it to your clipboard.
  5. Within your project directory, locate the script.js file. In this file, you'll find a constant named API_KEY. Replace the placeholder 'YOUR_API_KEY' with the API key you obtained from OpenWeatherMap.
const API_KEY = 'YOUR_API_KEY';

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published