summaryrefslogtreecommitdiffstats
path: root/nws/nws_test.go
Commit message (Collapse)AuthorAgeFilesLines
* nws: test: fix `TestNWSGetWrapper`siddharth ravikumar2022-06-071-3/+13
|
* nws: add getsiddharth ravikumar2022-06-051-1/+91
| | | | A thin HTTP GET wrapper for hitting NWS API endpoints.
* nws: remove "NWS" from typessiddharth ravikumar2022-05-291-4/+4
| | | | | | | Also rename: - `Forecast` function to `GetForecast`. - `ForecastHourly` function to `GetForecastHourly`.
* update name in copyrightsiddharth ravikumar2022-05-281-1/+1
| | | | Use full name.
* nws: update NWSPointPropertiessiddharth2022-05-211-0/+7
| | | | Add relative location.
* nws: update TestPointssiddharth2022-05-161-0/+1
|
* nws: update TestForecastsiddharth2022-05-161-0/+2
|
* nws: add ForecastHourlysiddharth2022-05-161-0/+47
|
* nws: add Forecastsiddharth2022-05-151-0/+52
|
* nws: update NWSPointPropertiessiddharth2022-05-151-4/+4
| | | | | ForecastLink -> Forecast ForecastHourlLink -> ForecastHourly
* nws: update NWSPointPropertiessiddharth2022-05-151-0/+3
| | | | Add GridId
* nws: update NWSPointPropertiessiddharth2022-05-151-0/+6
| | | | Add GridX and GridY.
* nws: points -> Pointssiddharth2022-05-151-2/+2
|
* add nws packagesiddharth2022-05-081-0/+26