Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | peach: update Weather | siddharth ravikumar | 2022-06-03 | 1 | -4/+0 |
| | | | | Remove Period field. | ||||
* | peach: update NewWeather | siddharth ravikumar | 2022-06-03 | 1 | -3/+3 |
| | | | | Just do the bidaily forecast for the next 3 days instead of 5. | ||||
* | peach: update Weather | siddharth ravikumar | 2022-06-03 | 1 | -12/+33 |
| | | | | Add bidaily timeline. | ||||
* | main.go: update logRequest | siddharth ravikumar | 2022-06-02 | 1 | -1/+5 |
| | |||||
* | peach: add logging | siddharth ravikumar | 2022-06-02 | 1 | -0/+10 |
| | |||||
* | peach: update static file serving | siddharth ravikumar | 2022-05-29 | 1 | -3/+17 |
| | | | | Add Cache-Control header for static files. | ||||
* | nws: remove "NWS" from types | siddharth ravikumar | 2022-05-29 | 1 | -3/+3 |
| | | | | | | | Also rename: - `Forecast` function to `GetForecast`. - `ForecastHourly` function to `GetForecastHourly`. | ||||
* | peach: add handling for /search | siddharth ravikumar | 2022-05-28 | 1 | -0/+65 |
| | | | | Initial version. | ||||
* | peach: update Weather | siddharth ravikumar | 2022-05-28 | 1 | -0/+2 |
| | | | | Add a Title field. | ||||
* | update name in copyright | siddharth ravikumar | 2022-05-28 | 1 | -1/+1 |
| | | | | Use full name. | ||||
* | template: update weather template | siddharth | 2022-05-23 | 1 | -1/+1 |
| | | | | update structure and styling. | ||||
* | templates: update weather template | siddharth | 2022-05-22 | 1 | -2/+3 |
| | |||||
* | peach: update comments | siddharth | 2022-05-22 | 1 | -2/+2 |
| | | | | make 'em lowercase. | ||||
* | peach: update comments | siddharth | 2022-05-22 | 1 | -4/+5 |
| | | | | make 'em all lowercase. | ||||
* | peach: update url path lat,lng matching | siddharth | 2022-05-22 | 1 | -1/+1 |
| | | | | make it more strict. | ||||
* | peach: update comments | siddharth | 2022-05-22 | 1 | -4/+4 |
| | | | | lowercase everything. | ||||
* | peach: implement lat,lng routing | siddharth | 2022-05-22 | 1 | -2/+24 |
| | |||||
* | html -> templates | siddharth | 2022-05-22 | 1 | -3/+3 |
| | |||||
* | main: allow listening on custom port | siddharth | 2022-05-22 | 1 | -1/+16 |
| | |||||
* | peach: flesh out bare bones | siddharth | 2022-05-21 | 1 | -1/+134 |
| | |||||
* | add version.go | siddharth | 2022-04-23 | 1 | -2/+0 |
| | |||||
* | add main.go | siddharth | 2022-04-23 | 1 | -0/+8 |