1.0.7 • Published 5 years ago

hszbook v1.0.7

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

hszbook

Build Status npm

Automatically apply for RWTH-Aachen sport courses in Node.

const { registerForCourse } = require('hszbook');

const { success, message } = await registerForCourse(
  'https://buchung.hsz.rwth-aachen.de/angebote/Sommersemester_2019/_Volleyball_Spielbetrieb.html',
  '11259871', // course id
  { // data object
    firstname: 'max',
    surname: 'musterman',
    gender: 'male',
    street: 'moo street 13',
    city: '12345 city',
    matrnr: '123456',
    email: 'asd@fgh.com',
    phone: '0123456789',
    iban: '...'
  }
);
1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago