This app lets you automatically book classes in polish zdrofit gym application.
- Install dependencies
pnpm i
- Create a
.env
file with the following content:
export ZDROFIT_USERNAME=<your email>
export ZDROFIT_PASSWORD=<your password>
# run all-in-one frontend
pnpm run start:frontend
# run cronjob to automatically book classes
pnpm run start:booker
pnpm run test