You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a C project. The user inserts the temperature of 5 cities, and the program shows the national average temperature, the average temp. of every city and the max deviation from the national avg temp.
Simple Spring Boot project for fetching cities weather forecast data from OpenWeatherMap API, persisting it to rel. database and providing endpoints to query that data.