Add weather service

This commit is contained in:
2021-12-12 12:43:43 -08:00
parent 522c10a9c0
commit a2ff29ce84
4 changed files with 237 additions and 4 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module go.arsenm.dev/infinitime
go 1.16
require (
github.com/fxamacker/cbor/v2 v2.3.0
github.com/godbus/dbus/v5 v5.0.3
github.com/muka/go-bluetooth v0.0.0-20211122080231-b99792bbe62a
)