diff options
-rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ # 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. |