Fixed bugs and added hourly forecast
This commit is contained in:
@@ -4,6 +4,8 @@ package types
|
||||
type Weather struct {
|
||||
Date ZephyrDate `json:"date"`
|
||||
Temperature string `json:"temperature"`
|
||||
Min string `json:"min"`
|
||||
Max string `json:"max"`
|
||||
Condition string `json:"condition"`
|
||||
FeelsLike string `json:"feelsLike"`
|
||||
Emoji string `json:"emoji"`
|
||||
|
||||
Reference in New Issue
Block a user