diff --git a/frontend/src/components/WeatherCard.vue b/frontend/src/components/WeatherCard.vue new file mode 100644 index 0000000..6073e77 --- /dev/null +++ b/frontend/src/components/WeatherCard.vue @@ -0,0 +1,168 @@ + + + + + + {{ weather.location }} + as of {{ fetchedAtLabel }} + + + {{ weather.current_temp }}°{{ unit }} + {{ weather.condition }} + + + Today: {{ weather.today_high }}° / {{ weather.today_low }}° + · {{ tempDelta }} + + + + {{ day.day }} + {{ day.condition }} + {{ day.high }}° / {{ day.low }}° + + + + + Weather data unavailable — will retry at next slot. + + + +