https://github.com/0x1luffy/weather-app
This is a Weather App made using HTML, CSS and JavaScript. Used Open Weather API to get the weather details of the desired place.
https://github.com/0x1luffy/weather-app
Last synced: 2 months ago
JSON representation
This is a Weather App made using HTML, CSS and JavaScript. Used Open Weather API to get the weather details of the desired place.
- Host: GitHub
- URL: https://github.com/0x1luffy/weather-app
- Owner: 0x1Luffy
- Created: 2023-05-27T12:11:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T15:02:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T00:30:45.101Z (4 months ago)
- Language: JavaScript
- Size: 1.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# ReadMe
This is a weather app using html,css and javascript.
Weather AppThis is a simple weather application that provides real-time weather information based on the user's location or a searched city. It is built using HTML,
CSS and JavaScript.Features:
- Displays the user's current weather information based on their geolocation.
- Allows the user to search for weather information in any city.
- Shows the city name, weather description, temperature, wind speed, humidity, and cloud coverage.
- Retrieves weather data from the OpenWeatherMap API.
- Uses session storage to store the user's coordinates for subsequent visits.
- Includes a responsive design for optimal viewing on different devices.Technologies Used:
- HTML
- CSS
- JavaScriptAPIs:
- OpenWeatherMap API: Used to fetch weather data based on the user's location or a searched city.How to Use:
1. Grant location access to get weather information based on your current location.
2. Alternatively, enter a city name in the search input to fetch weather information for that city.
3. The application will display the weather details including the city name, weather description, temperature, wind speed, humidity, and cloud coverage.Feel free to clone and modify this weather app to fit your specific needs. Contributions and feedback are always welcome!