summaryrefslogtreecommitdiffstats
path: root/nws/nws_test.go
Commit message (Collapse)AuthorAgeFilesLines
* nws: add `GetForecastGridData`siddharth ravikumar2022-07-131-0/+35
|
* nws: update `GetForecastHourly`siddharth ravikumar2022-07-021-3/+3
| | | | Change return error type to `nws.Error`
* nws: update `GetForecast`siddharth ravikumar2022-07-021-3/+3
| | | | Change return error type to `nws.Error`
* nws: update `Points`siddharth ravikumar2022-07-021-6/+6
| | | | Change return error type to `nws.Error`
* nws: update `GetAlerts`siddharth ravikumar2022-06-181-19/+38
| | | | Implement caching.
* nws: update `TestAlerts`siddharth ravikumar2022-06-181-3/+73
|
* nws: add `GetAlerts`siddharth ravikumar2022-06-161-0/+8
|
* 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