Update readme

This commit is contained in:
EricNeid 2019-12-10 07:34:15 +01:00
parent ff8a348f09
commit a96f5562bb
3 changed files with 6 additions and 5 deletions

View File

@ -15,7 +15,7 @@ go get github.com/EricNeid/openweather
Is available on ``godoc``:
<https://godoc.org/github.com/EricNeid/openweather>
<https://godoc.org/github.com/EricNeid/go-openweather>
## Examples

4
api.go
View File

@ -1,7 +1,3 @@
// 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
import (

5
openweather.go Normal file
View File

@ -0,0 +1,5 @@
// 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