Files
AreWeBuried/README.md
2026-01-24 17:21:55 -05:00

12 lines
453 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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.