This is the back-end for some statistic about visitor count of my local boulder gyms. It have telegram integration for notification purpose.
Telegram Bot: http://t.me/BoulderGymBot
- track the visitor count of following boulder gyms:
- telegram notification on certain threshold.
-
/kosmosstatus
- retrieve the actual visitor status from kosmos
-
/kosmoson
- activate the threshold notification from kosmos
-
/kosmosoff
- deactivate the threshold notification from kosmos
-
/blocstatus
- retrieve the actual visitor status from bloc bouldering
-
/blocon
- activate the threshold notification from bloc bouldering
-
/blocoff
- deactivate the threshold notification from bloc bouldering
-
/bloc_climbingstatus
- retrieve the actual visitor status from bloc climbing
-
/bloc_climbingon
- activate the threshold notification from bloc climbing
-
/bloc_climbingoff
- deactivate the threshold notification from bloc climbing
deno run --allow-net --allow-env --allow-read --allow-write --unstable src/app.ts
deno test --allow-net --allow-env --allow-read --allow-write --unstable