Added wind route and started forecast endpoint
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user