Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2022-02-21 16:54:05 +00:00
parent 7d6c343c0c
commit bf71e8910b
20 changed files with 1176 additions and 1172 deletions

View File

@@ -54,6 +54,10 @@ type Forecast struct {
MaxTempC float64 `json:"max_temp_c"`
// max temp in fahrenheit
MaxTempF float64 `json:"max_temp_f"`
// max wind speed kph
MaxWindKph float64 `json:"max_wind_kph"`
// max wind speed mph
MaxWindMph float64 `json:"max_wind_mph"`
// minimum temp in celsius
MinTempC float64 `json:"min_temp_c"`
// minimum temp in fahrenheit