From 219f37873cb713ece78c187cb77efcc4d996648b Mon Sep 17 00:00:00 2001 From: Joerg Date: Mon, 24 Feb 2025 15:58:24 +0100 Subject: [PATCH] Small Readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..43353e0 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +### Micro-Awardpage +Fetches informations out of hamaward.cloud and aggregates them in a simple/small website. + +## Howto +* Place files below htdocs to your webserver-root +* let cron generate the data-file as often as u like. e.g. every minute: +`* * * * * . /path_to_script/stands2.sh >/path_to_your_docroot/stands.js`