blob: 5e27c61c45a68e53a6357440a7fc7531423fb186 (
plain) (
tree)
|
|
# peach
A weather site.
## building
```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.
|