diff --git a/template.liquid b/template.liquid new file mode 100644 index 0000000..6effdab --- /dev/null +++ b/template.liquid @@ -0,0 +1,94 @@ +
forecast at {{pollen.forecast_date}}
+{{period.period}} | + {% endfor %} +
---|
{{period.index}} | + {% endfor %} +
forecast at {{weather.forecast_date}}
++ {% for period in weather.periods %} + | {{period.period}} | + {% endfor %} +
---|---|
low | + {% for period in weather.periods %} +{{period.low}} F | + {% endfor %} +
high | + {% for period in weather.periods %} +{{period.high}} F | + {% endfor %} +
humidity | + {% for period in weather.periods %} +{{period.humidity}}% | + {% endfor %} +
pressure | + {% for period in weather.periods %} +{{period.pressure}} | + {% endfor %} +
sunrise | + {% for period in weather.periods %} +{{period.sunrise}} | + {% endfor %} +
sunset | + {% for period in weather.periods %} +{{period.sunset}} | + {% endfor %} +
desc | + {% for period in weather.periods %} +{{period.desc}} | + {% endfor %} +