init commit

This commit is contained in:
2026-01-26 15:08:24 -06:00
commit 67225a725a
33 changed files with 3350 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# Weather Alerts Environment Variables
# Copy this file to .env and fill in your actual values.
# NEVER commit .env to version control!
# VisualCrossing Weather API Key
# Get your free key at: https://www.visualcrossing.com/
VISUALCROSSING_API_KEY=your_api_key_here
# Ntfy Access Token
# Required if your ntfy server requires authentication
NTFY_ACCESS_TOKEN=your_ntfy_token_here