mirror of
https://github.com/EricNeid/go-openweather.git
synced 2025-01-10 15:05:07 +00:00
Update readme
This commit is contained in:
parent
ff8a348f09
commit
a96f5562bb
@ -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
4
api.go
@ -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
5
openweather.go
Normal 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
|
Loading…
Reference in New Issue
Block a user