mirror of
https://github.com/EricNeid/go-openweather.git
synced 2025-01-10 15:05:07 +00:00
6 lines
308 B
Go
6 lines
308 B
Go
|
// Package openweather contains helper functions to query
|
||
|
// OpenWeatherMaps (http://openweathermap.org/) for weather information.
|
||
|
// Currently the current weather API (http://openweathermap.org/current) and the
|
||
|
// 5 days forecast API (http://openweathermap.org/forecast5) are supported.
|
||
|
package openweather
|