Weather calendar App: https://weather-calendar-plum.vercel.app/ A NextJS 14 app with vercel deployment, and weather forecasts from openweathermap.org API It gets current weather and 5 days weather forecast with 3 hours interval With SSR for fast page first load and SWR with Server Actions to update forecast every minute on client side It uses device's current geo-location as default location. Location can be changed using a map (open street map), that also has search functionality (leaflet-geosearch)