Files
zephyr/model/urls.go

7 lines
145 B
Go
Raw Normal View History

2025-06-17 12:05:58 +02:00
package model
const (
GEO_URL = "https://api.openweathermap.org/geo/1.0/direct"
WTR_URL = "https://api.openweathermap.org/data/3.0/onecall"
)