Releases: icodealot/noaa
Releases · icodealot/noaa
v0.0.2
What's Changed
- Enable quantitative values feature flags by @icodealot in #7
- provide a way to set the http.Client for requests by @tvanriper in #10
Full Changelog: v0.0.1...v0.0.2
Development update v0.0.1
This release makes good progress towards a v1.0.0 and, with additional testing and cleanup should be close to that goal. This release supports the following endpoints from the weather.gov API:
- noaa.Points(lat string, lon string)
- noaa.Office(id string)
- noaa.Stations(lat string, lon string)
- noaa.Forecast(lat string, lon string)
- noaa.GridpointForecast(lat string, lon string)
- noaa.HourlyForecast(lat string, long string)
Keep an eye on the testable examples in example_test.go
for more information and usage.
What's Changed
- Module launched with initial code by @icodealot
- Add godoc badge to readme by @frozzare in #1
- Add GridPointForecast function by @jeanralphaviles in #2
- More idiomatic golang, adding hourly forecast, adding icons by @tvanriper in #4
- Missing data in hourly... by @tvanriper in #5
- Misc updates and testable examples by @icodealot in #6
New Contributors
- @frozzare made their first contribution in #1
- @jeanralphaviles made their first contribution in #2
- @tvanriper made their first contribution in #4
Full Changelog: https://github.com/icodealot/noaa/commits/v0.0.1