uspace-api-wrapper
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Introduction

An API wrapper designed to make interacting with University of Vienna's platform u:space easier.

Installation

To use this package, simply run:

$ npm i uspace-api-wrapper

Usage

Currently you can only login and retrieve your courses. More features are coming soon!
Make sure not to expose your username/password when using this API!

import UspaceClient from "uspace-api-wrapper"

const uspaceClient = new UspaceClient();

await uspaceClient.login("myUsername", "myPassword");

const myCourses = await uspaceClient.getCourses(2024, false);

console.log(myCourses);

Readme

Keywords

Package Sidebar

Install

npm i uspace-api-wrapper

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

43.8 kB

Total Files

24

Last publish

Collaborators

  • eliaskounakas