diff --git a/src/components/DailyForecast.vue b/src/components/DailyForecast.vue index 4421f13..5c036f5 100644 --- a/src/components/DailyForecast.vue +++ b/src/components/DailyForecast.vue @@ -1,8 +1,69 @@ - + + + + + {{ + new Date(this.day.dt * 1000).toLocaleString("en-us", { + weekday: "long", + }) + }} + + + + + + {{ Math.round(this.day.temp.max) }} + {{ Math.round(this.day.temp.min) }} + + + - \ No newline at end of file +