Tab Title
Assignment 3 for SWA course weather-server: The weather-server is a critical component of this assignment, serving as a Weather Report Web Service. It is designed to provide simulated (random) weather data for three specific cities: Horsens, Aarhus, and Copenhagen. This service offers three primary categories of data:
Historic Data: The historical weather data is generated upon server initialization and remains constant unless new data is explicitly posted. It represents past weather conditions for the specified cities.
Forecasts: Periodically, forecasts are regenerated to provide future weather predictions for the same cities. These forecasts are generated based on simulated conditions.
Warnings: The system generates weather warnings at regular intervals. These warnings are independent of other server activities and serve as notifications for potential adverse weather conditions.
npm start
Implementation with React: is the react implementation of our weather application for the assignment. you can do the following with it:
npm start
The Ui of this part is done using bootstrap 4
Angular Implementation is the angular implementation of our weather application for the assignment. you can do the following with it:
H1 ng serve --o
The Ui of this part is done using angular material components