This is a Java application that analyzes weather data to determine if there is a potential for health hazards.
- Weather Analysis: Analyzes weather conditions like temperature, humidity, and pressure.
- Health complication Alerts: Prints out warnings if weather conditions are likely to trigger health complications like migraines.
- Tested: Fully tested with JUnit and Mockito.
- Java
- Spring for creating web service
- Redis for weather data caching
- Maven for dependency management
- JUnit for unit testing
- Mockito for mocking in tests