Skip to content

Releases: icodealot/noaa

v0.0.2

12 Nov 02:13
7b021f3
Compare
Choose a tag to compare

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

28 Aug 19:16
Compare
Choose a tag to compare
Pre-release

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

New Contributors

Full Changelog: https://github.com/icodealot/noaa/commits/v0.0.1