hszbook

1.0.7 • Public • Published

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: '...'
  }
);

Readme

Keywords

none

Package Sidebar

Install

npm i hszbook

Weekly Downloads

0

Version

1.0.7

License

MIT

Unpacked Size

115 kB

Total Files

11

Last publish

Collaborators

  • timaxlucas