Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | peach: update `showMeta` | siddharth ravikumar | 2022-06-19 | 1 | -3/+8 |
| | |||||
* | peach: update `peachFS` | siddharth ravikumar | 2022-06-19 | 1 | -1/+1 |
| | |||||
* | add logo in the footer | siddharth ravikumar | 2022-06-19 | 1 | -1/+3 |
| | |||||
* | peach: explicitly specify embedded files | siddharth ravikumar | 2022-06-18 | 1 | -1/+1 |
| | |||||
* | peach: remove `logRequest` | siddharth ravikumar | 2022-06-18 | 1 | -16/+0 |
| | | | | Not needed. | ||||
* | peach: add `/about` section | siddharth ravikumar | 2022-06-18 | 1 | -0/+18 |
| | | | | Initial version. | ||||
* | peach: move around `serveStaticFile` | siddharth ravikumar | 2022-06-12 | 1 | -11/+11 |
| | |||||
* | peach: update default handler | siddharth ravikumar | 2022-06-12 | 1 | -30/+32 |
| | | | | Move it into its own function. | ||||
* | search: update `Search` | siddharth ravikumar | 2022-06-12 | 1 | -6/+3 |
| | | | | Add `Enabled`. Determines whether search is enabled or not. | ||||
* | search: move search stuff to its own package | siddharth ravikumar | 2022-06-12 | 1 | -44/+2 |
| | |||||
* | weather: update NewWeather | siddharth ravikumar | 2022-06-12 | 1 | -10/+2 |
| | | | | | Change arguments to just `lat`, `lng`. Make this function call NWS directly. | ||||
* | move "weather" stuff to its own package | siddharth ravikumar | 2022-06-12 | 1 | -95/+2 |
| | |||||
* | main: update `showWeather` | siddharth ravikumar | 2022-06-07 | 1 | -17/+6 |
| | | | | Use `nws.GetForecastBundle`. | ||||
* | peach: add `/version` endpoint | siddharth ravikumar | 2022-06-05 | 1 | -0/+4 |
| | |||||
* | peach: update peachFS | siddharth ravikumar | 2022-06-05 | 1 | -1/+1 |
| | | | | Don't include un-minified css | ||||
* | peach: update comments | siddharth ravikumar | 2022-06-04 | 1 | -10/+10 |
| | |||||
* | peach: update comments | siddharth ravikumar | 2022-06-04 | 1 | -5/+5 |
| | |||||
* | 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 |