go-openweather/openweather.go

6 lines
308 B
Go
Raw Permalink Normal View History

2019-12-10 06:34:15 +00:00
// 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