Automatic court reservations
Find a file
2021-11-28 19:54:26 +01:00
src Adding logger; moving lambdas to separate dirs and including rollup to create distributables; finished up some unit tests 2021-11-28 19:40:16 +01:00
terraform Preventing lambda retries for now 2021-11-28 19:54:26 +01:00
tests Adding logger; moving lambdas to separate dirs and including rollup to create distributables; finished up some unit tests 2021-11-28 19:40:16 +01:00
.eslintrc.json Adding some pretty stuff 2021-11-24 00:00:22 +01:00
.gitignore Updated reservationScheduler to properly input/output correct data format 2021-11-28 13:06:52 +01:00
.nvmrc Adding .nvmrc 2021-11-15 12:32:13 +01:00
.prettierrc ESLint and prettier configs added 2021-11-17 14:18:15 +01:00
.terraform-version Adding tf version 2021-11-28 19:39:20 +01:00
babel.config.json Adding some pretty stuff 2021-11-24 00:00:22 +01:00
jest.config.js Adding some pretty stuff 2021-11-24 00:00:22 +01:00
package-lock.json Adding logger; moving lambdas to separate dirs and including rollup to create distributables; finished up some unit tests 2021-11-28 19:40:16 +01:00
package.json Adding logger; moving lambdas to separate dirs and including rollup to create distributables; finished up some unit tests 2021-11-28 19:40:16 +01:00
README.md Updating README and local execution 2021-11-15 12:32:49 +01:00
tsconfig.json Adding logger; moving lambdas to separate dirs and including rollup to create distributables; finished up some unit tests 2021-11-28 19:40:16 +01:00

autobaan

Automatic court reservation!

Setup

Requirements

  • Node.js (14.x)
  • npm (8.x)
  • nvm (optional)

Using nvm

  1. Install nvm
  2. nvm use will use version specified in .nvmrc
  3. nvm install-latest-npm will upgrade NPM to latest version (8.x)

Usage

npm install
npm run local <username> <password> <year> <month> <day> <startTime> <endTime> <opponentName> <opponentId>