Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nws: remove "NWS" from types | siddharth ravikumar | 2022-05-29 | 2 | -27/+26 |
| | | | | | | | Also rename: - `Forecast` function to `GetForecast`. - `ForecastHourly` function to `GetForecastHourly`. | ||||
* | update name in copyright | siddharth ravikumar | 2022-05-28 | 2 | -2/+2 |
| | | | | Use full name. | ||||
* | nws: add todos | siddharth | 2022-05-21 | 1 | -0/+7 |
| | |||||
* | nws: update NWSPointProperties | siddharth | 2022-05-21 | 2 | -5/+22 |
| | | | | Add relative location. | ||||
* | nws: update TestPoints | siddharth | 2022-05-16 | 1 | -0/+1 |
| | |||||
* | nws: update TestForecast | siddharth | 2022-05-16 | 1 | -0/+2 |
| | |||||
* | nws: add ForecastHourly | siddharth | 2022-05-16 | 2 | -0/+90 |
| | |||||
* | nws: add Forecast | siddharth | 2022-05-15 | 2 | -0/+117 |
| | |||||
* | 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 | 2 | -13/+13 |
| | | | | | ForecastLink -> Forecast ForecastHourlLink -> ForecastHourly | ||||
* | nws: NWSPoints -> NWSPoint | siddharth | 2022-05-15 | 1 | -11/+12 |
| | | | | Also NWSPointsError -> NWSPointError | ||||
* | nws: update NWSPointProperties | siddharth | 2022-05-15 | 2 | -0/+4 |
| | | | | Add GridId | ||||
* | nws: update NWSPointProperties | siddharth | 2022-05-15 | 2 | -0/+8 |
| | | | | Add GridX and GridY. | ||||
* | nws: points -> Points | siddharth | 2022-05-15 | 2 | -4/+4 |
| | |||||
* | add nws package | siddharth | 2022-05-08 | 2 | -0/+98 |