Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nws: update `GetForecastHourly` | siddharth ravikumar | 2022-06-24 | 1 | -1/+16 |
| | | | | Add handling to error out when weather data returned by NWS is stale. | ||||
* | weather: update `NewWeather` | siddharth ravikumar | 2022-06-18 | 1 | -0/+1 |
| | | | | Add handling to skip duplicate alerts. | ||||
* | nws: update `GetForecastBundle` | siddharth ravikumar | 2022-06-18 | 1 | -0/+6 |
| | | | | Add alerts to the bundle. | ||||
* | nws: update `GetAlerts` | siddharth ravikumar | 2022-06-18 | 1 | -4/+15 |
| | | | | Implement caching. | ||||
* | nws: add `GetAlerts` | siddharth ravikumar | 2022-06-16 | 1 | -0/+69 |
| | |||||
* | nws: `CacheWeather` -> `GetForecastBundle` | siddharth ravikumar | 2022-06-07 | 1 | -4/+38 |
| | |||||
* | nws: add `CacheWeather` | siddharth ravikumar | 2022-06-07 | 1 | -0/+9 |
| | |||||
* | nws: implement caching for all endpoints | siddharth ravikumar | 2022-06-07 | 1 | -18/+77 |
| | |||||
* | nws: update `Points` | siddharth ravikumar | 2022-06-05 | 1 | -20/+4 |
| | | | | Use `nws.get` for hitting the NWS points endpoint. | ||||
* | nws: update GetForecastHourly | siddharth ravikumar | 2022-06-05 | 1 | -21/+5 |
| | | | | Use `nws.get` for hitting the NWS forecast hourly endpoint. | ||||
* | nws: update GetForecast | siddharth ravikumar | 2022-06-05 | 1 | -20/+4 |
| | | | | Use `nws.get` for hitting the NWS forecast endpoint. | ||||
* | nws: add get | siddharth ravikumar | 2022-06-05 | 1 | -0/+55 |
| | | | | A thin HTTP GET wrapper for hitting NWS API endpoints. | ||||
* | nws: remove "NWS" from types | siddharth ravikumar | 2022-05-29 | 1 | -23/+22 |
| | | | | | | | Also rename: - `Forecast` function to `GetForecast`. - `ForecastHourly` function to `GetForecastHourly`. | ||||
* | update name in copyright | siddharth ravikumar | 2022-05-28 | 1 | -1/+1 |
| | | | | Use full name. | ||||
* | nws: add todos | siddharth | 2022-05-21 | 1 | -0/+7 |
| | |||||
* | nws: update NWSPointProperties | siddharth | 2022-05-21 | 1 | -5/+15 |
| | | | | Add relative location. | ||||
* | nws: add ForecastHourly | siddharth | 2022-05-16 | 1 | -0/+43 |
| | |||||
* | nws: add Forecast | siddharth | 2022-05-15 | 1 | -0/+65 |
| | |||||
* | nws: update Points | siddharth | 2022-05-15 | 1 | -4/+4 |
| | | | | update error messages. | ||||
* | nws: NWSPointError -> NWSError | siddharth | 2022-05-15 | 1 | -3/+3 |
| | |||||
* | nws: update NWSPointProperties | siddharth | 2022-05-15 | 1 | -9/+9 |
| | | | | | ForecastLink -> Forecast ForecastHourlLink -> ForecastHourly | ||||
* | nws: NWSPoints -> NWSPoint | siddharth | 2022-05-15 | 1 | -11/+12 |
| | | | | Also NWSPointsError -> NWSPointError | ||||
* | nws: update NWSPointProperties | siddharth | 2022-05-15 | 1 | -0/+1 |
| | | | | Add GridId | ||||
* | nws: update NWSPointProperties | siddharth | 2022-05-15 | 1 | -0/+2 |
| | | | | Add GridX and GridY. | ||||
* | nws: points -> Points | siddharth | 2022-05-15 | 1 | -2/+2 |
| | |||||
* | add nws package | siddharth | 2022-05-08 | 1 | -0/+72 |