Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchWeatherXML ¶
func LoadWeatherXMLFile ¶
Types ¶
type Report ¶
type Report struct { Weather string `xml:"weather"` Temperature string `xml:"temperature_string"` Humidity string `xml:"relative_humidity"` Wind string `xml:"wind_string"` Pressure string `xml:"pressure_string"` Dewpoint string `xml:"dewpoint_string"` Visibility string `xml:"visibility_mi"` }
func GetWeatherFromFile ¶
func GetWeatherFromWeb ¶
func ParseWeather ¶
Click to show internal directories.
Click to hide internal directories.