summaryrefslogblamecommitdiffstats
path: root/README.md
blob: d5165c585c52c8b3ac98cbaac2e135dfa955ed33 (plain) (tree)
1
2
3

       
               


















                                                                     
# 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.