go-openweather/openweather.go
2019-12-10 07:34:15 +01:00

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