From 71241cde36a0abd744c858a0451c1bb467b8204f Mon Sep 17 00:00:00 2001 From: Cato Date: Tue, 1 Jul 2025 23:03:44 +0200 Subject: [PATCH] add readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ec82e5a --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# AWL-Ntfy + +Fetches information which bins will be emptied tomorrow and sends the information to the phone via [ntfy.sh](https://ntfy.sh) + +## Usage + +```bash +# random house +awl-ntfy breite-straße 3 + +# sends a notification to: +# https://ntfy.sh/awl_neuss_breite-straße +```