github.com/go-weather/weather
Package weather implements a client for weather.com API at https://api.weather.com/v1/. Sometimes this API is called the "Weather Underground API". An API key is required to use this package. It can be obtained from HTML source of various forecast pages on weather.com and wunderground.com, for example https://www.wunderground.com/weather/us/ny/new-york. Released under the MIT license.
Readme
weather implements a client for weather.com API at https://api.weather.com/v1/. Sometimes this API is called the "Weather Underground API".
The following API endpoints are supported:
To retrive weather for a location like a city, it must be geocoded first. I recommend the geocoder package.
An API key is required to use this package. It can be obtained from HTML source of various forecast pages on weather.com and wunderground.com, for example https://www.wunderground.com/weather/us/ny/new-york.
Documentation is available on godoc.org.
Released under the MIT license.
FAQs
Package weather implements a client for weather.com API at https://api.weather.com/v1/. Sometimes this API is called the "Weather Underground API". An API key is required to use this package. It can be obtained from HTML source of various forecast pages on weather.com and wunderground.com, for example https://www.wunderground.com/weather/us/ny/new-york. Released under the MIT license.
We found that github.com/go-weather/weather demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.