A Telegram bot to display information about local kyykkä games. Jappe can search and display previous matches and scores, and it can also show future games and give all nesessary information about the game. It can rank team players based on different measurements. Bot can also try to predict future games based on the previous games.
Add environment variables: Create the ".env" file into the project directory and add Telegram token and Weather API key:
TELEGRAM_BOT_TOKEN="YOUR_TOKEN_HERE"
WEATHER_API_KEY="YOUR_OPENWEATHERMAP_API_KEY_HERE"
In the project directory, you can run:
yarn start:dev
Runs the app in the development mode.