Skip to content

Releases: icodealot/noaa

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