Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 660 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 660 Bytes

Weather calendar

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)