A modern weather application that provides real-time weather information using the OpenWeather API.
- Real-time weather updates
- Temperature display in Celsius/Fahrenheit
- Current weather conditions
- Location-based weather data
- Responsive design
- Web browser
- OpenWeather API key
- Internet connection
- Clone the repository:
git clone https://github.com/yourusername/WeatherApplication.git
2. Navigate to [OpenWeather](https://openweathermap.org)
3. Create a free account
4. Generate your API key in the API keys section
5. Open `script.js` and insert your API key in the designated variable
## Usage
1. Open `index.html` in your web browser
2. Allow location access when prompted
3. View current weather information for your location
## Technologies Used
- HTML5
- CSS3
- JavaScript
- OpenWeather API
## Contributing
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
This project is licensed under the MIT License - see the LICENSE file for details
## Acknowledgments
- OpenWeather API for providing weather data
- Icons from [source-of-your-icons]
- Font Awesome for icons