Skip to content

This is the back-end for visitor count of my local boulder gyms. Build with Typescript and deno.

License

Notifications You must be signed in to change notification settings

mtuanp/boulder-statistic-backend

Repository files navigation

boulder-statistic-backend

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

features

bot commands

  • /kosmosstatus

    • retrieve the actual visitor status from kosmos
  • /kosmoson

    • activate the threshold notification from kosmos
  • /kosmosoff

    • deactivate the threshold notification from kosmos
  • /blocstatus

  • /blocon

  • /blocoff

  • /bloc_climbingstatus

  • /bloc_climbingon

  • /bloc_climbingoff

How to build and run

precondition

  • install deno | last tested version 1.0.3
  • get telegram api token here

start the backend

deno run --allow-net --allow-env --allow-read --allow-write --unstable src/app.ts

run test

deno test --allow-net --allow-env --allow-read --allow-write --unstable

About

This is the back-end for visitor count of my local boulder gyms. Build with Typescript and deno.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published