A beautiful weather application built with .NET 8 and OpenWeatherMap API. The application features dynamic weather animations that change based on the current weather conditions.
- Real-time weather data from OpenWeatherMap API
- Dynamic weather animations:
- Sunny weather with animated sun and rays
- Cloudy weather with realistic cloud movements
- Rainy weather with animated raindrops and fog effects
- Clean and modern UI
- Responsive design
- Swagger UI for API documentation
- .NET 8 SDK
- OpenWeatherMap API key
- Clone the repository
- Add your OpenWeatherMap API key to
appsettings.json - Run the application:
dotnet run
GET /api/weather/{city}- Get weather information for a specific cityGET /swagger- Access the Swagger UI documentation
- .NET 8
- OpenWeatherMap API
- HTML/CSS/JavaScript
- Swagger/OpenAPI
MIT