add README

This commit is contained in:
2026-01-24 17:21:31 -05:00
parent b4728e3dde
commit 291338c697

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# Are We Buried?
A simple Flask web application that shows daily snowfall at your location and visually represents it with a snow depth animation.
---
## Features
- Detects your current location using the browsers geolocation API.
- Fetches snowfall data from Open-Meteo API.
- Shows total snowfall in inches for today.
- Displays the location name using OpenStreetMap reverse geocoding.
- Animates snow depth with a dynamic snow overlay.