This is a weather website inspired by iOS/iPadOS Weather app and powered by https://www.weatherapi.com/. Check it out here Features:
- changes themes depending on local time
- ...
You will need an API key provided by https://www.weatherapi.com/
#.env.local
API-KEY=<your api key here>
and then you can run the app with either of these commands
npm run dev
#or
npm run build && npm run start