Skip to content

Commit

Permalink
new api template for meteolux
Browse files Browse the repository at this point in the history
  • Loading branch information
rmichaelis committed Oct 7, 2024
1 parent 253a573 commit 1909e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
% for feature in features:
<h3>${feature['attributes']['station']} ({{${feature['attributes']['icao']}}})</h3>
<label>${feature['attributes']['weather']}</label>&nbsp;<span>${feature['attributes']['temperature']}°C</span>
% endfor
% endif
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
<h3>${feature['attributes']['station']} ({{${feature['attributes']['icao']}}})</h3>
<label>TAF:</label> <span>${feature['attributes']['taf']}</span></span><br>
<label>Metar:</label> <span>${feature['attributes']['metar']}</span></span>
% endfor
% endif

0 comments on commit 1909e72

Please sign in to comment.