https://github.com/kshitizrohilla/weather-app-using-openweathermap-api
A weather app made using OpenWeatherMap API in JavaScript. It 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.
https://github.com/kshitizrohilla/weather-app-using-openweathermap-api
api async-await fetch-api weather weather-api weather-app weather-app-js weather-app-project weather-application weather-data weather-forecast weather-forecast-application weather-forecaster-webapp weather-forecasting weather-forecasts weather-information weather-station weatherapp weatherapp-javascript weatherapp-javascriptx
Last synced: about 1 month ago
JSON representation
A weather app made using OpenWeatherMap API in JavaScript. It 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.
- Host: GitHub
- URL: https://github.com/kshitizrohilla/weather-app-using-openweathermap-api
- Owner: kshitizrohilla
- Created: 2023-04-13T09:44:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T07:37:31.000Z (11 months ago)
- Last Synced: 2025-05-08T21:49:07.000Z (about 1 month ago)
- Topics: api, async-await, fetch-api, weather, weather-api, weather-app, weather-app-js, weather-app-project, weather-application, weather-data, weather-forecast, weather-forecast-application, weather-forecaster-webapp, weather-forecasting, weather-forecasts, weather-information, weather-station, weatherapp, weatherapp-javascript, weatherapp-javascriptx
- Language: JavaScript
- Homepage: https://kshitizrohilla.github.io/weather-app-using-openweathermap-api
- Size: 16.4 MB
- Stars: 15
- Watchers: 1
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App using OpenWeatherMap API
A weather app made using OpenWeatherMap API in Vanilla 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 --> [WeatherAppUsingOpenWeatherMapAPI](https://kshitizrohilla.github.io/weather-app-using-openweathermap-api)
## 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';
```## Screenshots



