Added wind route and started forecast endpoint

This commit is contained in:
2025-06-17 17:38:31 +02:00
parent cbafd785b9
commit 9e419ec7bf
9 changed files with 378 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
package types
// The Weather data type, representing the weather of a certain city
// The Weather data type, representing the weather of a certain location
type Weather struct {
Date *ZephyrDate `json:"date"`
Temperature string `json:"temperature"`