Skip to content

Development update v0.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@icodealot icodealot released this 28 Aug 19:16
· 6 commits to master since this 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