[claude] Weather system tied to real weather at Lempster NH (#270) (#332)

This commit is contained in:
2026-03-24 05:03:12 +00:00
parent 548a59c5a6
commit 1780011c8b
3 changed files with 224 additions and 0 deletions

View File

@@ -61,6 +61,12 @@
<span class="zoom-hint">[Esc] or double-click to exit</span>
</div>
<div id="weather-hud">
<span id="weather-icon"></span>
<span id="weather-temp">--°F</span>
<span id="weather-desc">Lempster NH</span>
</div>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/sw.js').catch(() => {});