summaryrefslogblamecommitdiffstats
path: root/README.md
blob: de233a668556c969714c69873dc05fd1f83b2d82 (plain) (tree)
1
2
3
4
5
6
7
8
9

       


                                       


           
                   





                                   













                                                
                                                                     
          
# peach

A [weather site][peach].

[peach]: https://peach.ricketyspace.net

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