virtueller-stundenplan

1.2.0 • Public • Published

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);
})()

Readme

Keywords

none

Package Sidebar

Install

npm i virtueller-stundenplan

Weekly Downloads

20

Version

1.2.0

License

CC-BY-NC-4.0

Unpacked Size

34.9 kB

Total Files

18

Last publish

Collaborators

  • tzsrv