From 5559bf37e05244e97020c4fbe77646e17ae42085 Mon Sep 17 00:00:00 2001 From: siddharth Date: Sat, 21 May 2022 20:58:34 -0400 Subject: peach: flesh out bare bones --- html/weather.html | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 html/weather.html (limited to 'html') diff --git a/html/weather.html b/html/weather.html new file mode 100644 index 0000000..520c284 --- /dev/null +++ b/html/weather.html @@ -0,0 +1,42 @@ + + + + + peach + + + + + + +
+
+

{{.Location}}

+
+ +
+
+

{{.Now.Forecast}}

+

{{.Now.Temperature}}{{.Now.TemperatureUnit}}

+

{{.Now.WindSpeed}} {{.Now.WindDirection}}

+
+
+

{{.Period.Forecast}}

+
+
+ + {{ if .Timeline }} +
+
+ {{ range .Timeline.Periods }} +
+

{{.Temperature}}{{.TemperatureUnit}}

+

{{printf "%d" .Hour}}hrs

+
+ {{ end }} +
+
+ {{ end }} + +
+ -- cgit v1.2.3