https://github.com/shreyansh-21/webweatherapp
A simple and lightweight weather app built with HTML, CSS, and JavaScript, fetching real-time weather data using the open weather api
https://github.com/shreyansh-21/webweatherapp
Last synced: about 2 months ago
JSON representation
A simple and lightweight weather app built with HTML, CSS, and JavaScript, fetching real-time weather data using the open weather api
- Host: GitHub
- URL: https://github.com/shreyansh-21/webweatherapp
- Owner: shreyansh-21
- Created: 2025-02-11T04:45:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T05:08:05.000Z (4 months ago)
- Last Synced: 2025-02-11T06:22:22.345Z (4 months ago)
- Language: JavaScript
- Homepage: https://climcheck.netlify.app/
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Weather App
This is a simple weather application that fetches weather data from the OpenWeather API.
Features
- Displays current weather for a given city.
- Fetches data from OpenWeather API in real-time.
- Shows temperature, weather description, humidity, and wind speed.
Technologies Used
- HTML, CSS, JavaScript
- OpenWeather API
How to Run the App
- Clone the repository:
git clone https://github.com/shreyansh-21/WebWeatherApp.git
- Open
index.html
in your browser. - Enter a city name to get the current weather information.
Setup and Configuration
To use this app, you need an API key from OpenWeather. Follow these steps:
- Sign up at OpenWeather and get your API key.
- Add your API key to the JavaScript file:
const apiKey = 'YOUR_API_KEY';
Example API Call
https://api.openweathermap.org/data/2.5/weather?q=London&appid=YOUR_API_KEY
License
This project is licensed under the MIT License.