https://github.com/jiya19g/atmosphere
Atmosphere, a weather website, will give the current weather and 5-day forecast of any location.
https://github.com/jiya19g/atmosphere
Last synced: 8 months ago
JSON representation
Atmosphere, a weather website, will give the current weather and 5-day forecast of any location.
- Host: GitHub
- URL: https://github.com/jiya19g/atmosphere
- Owner: jiya19g
- Created: 2023-09-10T16:38:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T05:35:26.000Z (8 months ago)
- Last Synced: 2025-02-12T06:43:22.925Z (8 months ago)
- Language: JavaScript
- Size: 9.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atmosphere - Your Weather Site
## Overview
Atmosphere is a simple weather website that provides real-time weather updates and a 5-day forecast for any city. Users can search for weather details by entering a city name or use their current location to fetch live weather data.## Features
- Search weather by city name
- Get weather details using the current location
- Display current temperature, wind speed, and humidity
- 5-day weather forecast
- Responsive and user-friendly design## Technologies Used
- **HTML**
- **CSS**
- **JavaScript**## File Structure
```plaintext
Atmosphere/
├── index.html # Main HTML file
├── style.css # Stylesheet
├── main.js # JavaScript for weather API integration
├── logo.png # Website logo
└── README.md # Project documentation
```
## How to Use
1. Open `index.html` in a browser.
2. Enter a city name and click **Search** to get weather details.
3. Click **Use Current Location** to fetch weather based on GPS.## Future Enhancements
- Integrate a weather API (e.g., OpenWeatherMap) to fetch real data.
- Add multi-language support.
- Implement dark mode.## License
This project is open-source under the **MIT License**.