A Flutter app that displays weather data for IITK using a local weather station:
- Past & Present Data from the campus weather station fog-iitk
- Forecast Data from Open-Meteo
-
Current Weather: Real-time data from the campus weather balloon (replaced some deprecated sensor data with open-meteo)
-
Hourly Data: Combined timeline from station (past) & Open-Meteo (forecast)
-
Daily Summary:
- Past 2 days (from station)
- Next 7 days (from Open-Meteo)
-
Framework: Flutter (Dart)
-
Data Sources:
- Local API for college weather station
- Open-Meteo API for forecast
hourly.json: hourly temperature & precipitationdaily.json: min/max temps for past and upcoming days
flutter pub get
flutter run