An open API service indexing awesome lists of open source software.

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.

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**.