Initial MVP commit

This commit is contained in:
2026-03-19 19:52:13 -05:00
parent 8c092c2247
commit b01383e530
13 changed files with 1269 additions and 0 deletions

12
go.mod
View File

@@ -1,3 +1,15 @@
module gitea.maximumdirect.net/ejr/weatherapi
go 1.25.5
require (
gitea.maximumdirect.net/ejr/feedapi v0.0.0
gitea.maximumdirect.net/ejr/weatherfeeder v0.0.0
github.com/lib/pq v1.10.9
)
require gopkg.in/yaml.v3 v3.0.1 // indirect
replace gitea.maximumdirect.net/ejr/feedapi => ../feedapi
replace gitea.maximumdirect.net/ejr/weatherfeeder => ../weatherfeeder