2025-06-02 21:16:29 +02:00
2025-06-01 15:05:34 +02:00
2025-03-22 17:46:00 +01:00
2025-06-02 21:16:29 +02:00
2025-06-02 21:16:29 +02:00
2025-05-31 17:23:37 +02:00

Virtueller Stundenplan

This project is a unofficial NodeJS library for the Virtueller Stundenplan.

Installation

You can install this library from npm.

npm install virtueller-stundenplan

Note

This project in (relatively) early developement, expect some things to break and change.

Usage

This is a example on how to use the package:

const { VirtuellerStundenplan } = require("virtueller-stundenplan");

const vs = new VirtuellerStundenplan({
    username: "user@example.com",
    password: "Password"
});

(async() => {
    const timetable = await vs.getMyTimetable();

    console.log(timetable);
})()
Description
No description provided
Readme 73 KiB
1.2.0 Latest
2025-06-02 19:21:01 +00:00
Languages
JavaScript 100%