blob: a4fd3360489bdcdfbcf3a7d7c5571c185b1c13cc (
plain) (
tree)
|
|
# peach
A weather site.
## building
### build requirements
- make
- go version 16 or higher
To build the peach binary, just do:
```bash
make
```
## running
```
peach [ -p PORT ]
```
If the port is not given, it defaults to `8151`.
### environment variables
- `PEACH_PHOTON_URL`: Photon API URL. Set this if geocoding should be
enabled.
|