Automatic court reservations
Find a file
dependabot[bot] 5881810345
Bump node-fetch and puppeteer
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) to 2.6.7 and updates ancestor dependency [puppeteer](https://github.com/puppeteer/puppeteer). These dependencies need to be updated together.


Updates `node-fetch` from 2.6.5 to 2.6.7
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.5...v2.6.7)

Updates `puppeteer` from 11.0.0 to 19.0.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v11.0.0...puppeteer-core-v19.0.0)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
- dependency-name: puppeteer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-18 15:07:43 +00:00
src Updating runner to change to next month if needed; Added some more logging; Cleaning up some scripts 2022-03-29 22:41:44 +02:00
tests Updating runner to change to next month if needed; Added some more logging; Cleaning up some scripts 2022-03-29 22:41:44 +02: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 Bump node-fetch and puppeteer 2022-10-18 15:07:43 +00:00
package.json Bump node-fetch and puppeteer 2022-10-18 15:07:43 +00:00
README.md Updating README and local execution 2021-11-15 12:32:49 +01:00
tsconfig.json Fixing issues with rollup and running locally 2022-02-01 16:48:50 +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>