Automatic court reservations
Find a file
Collin Duncan 236d696025
Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 15:09:11 -05:00
src Updating runner to change to next month if needed; Added some more logging; Cleaning up some scripts 2023-05-23 15:09:10 -05:00
tests Updating runner to change to next month if needed; Added some more logging; Cleaning up some scripts 2023-05-23 15:09:10 -05:00
.eslintrc.json Adding some pretty stuff 2023-05-23 15:09:09 -05:00
.gitignore Updated reservationScheduler to properly input/output correct data format 2023-05-23 15:09:09 -05:00
.nvmrc Adding .nvmrc 2023-05-23 15:09:09 -05:00
.prettierrc ESLint and prettier configs added 2023-05-23 15:09:09 -05:00
.terraform-version Adding tf version 2023-05-23 15:09:10 -05:00
babel.config.json Adding some pretty stuff 2023-05-23 15:09:09 -05:00
jest.config.js Adding some pretty stuff 2023-05-23 15:09:09 -05:00
package-lock.json Bump minimist from 1.2.5 to 1.2.6 2023-05-23 15:09:11 -05:00
package.json Updating runner to change to next month if needed; Added some more logging; Cleaning up some scripts 2023-05-23 15:09:10 -05:00
README.md Updating README and local execution 2023-05-23 15:09:09 -05:00
tsconfig.json Fixing issues with rollup and running locally 2023-05-23 15:09:10 -05: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>