Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

tajnymag/czu-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

czu-api

Essential api package for Czech University of Life Sciences Prague.

Installation

yarn add czu-api

Usage

import UisApi from 'czu-api';

(async () => {
    const uis = new UisApi({username: 'xname015', password: 'hunter2'});

    await uis.login();

    const timetableJSON = await uis.getTimetable();

    console.log(timetableJSON);
})()

Upcoming features

  • uep support
  • searching for empty classroom
  • monitoring of timetable changes

Goals

  • provide quick and secure access to your UIS
  • fix errors caused by incorrectly exported iCalendar by UIS
  • cover all desired features by request of other students

Contributing

  1. Create a Github account
  2. Fork this repo
  3. Download your forked version to your computer
  4. Change/Add the stuff you want
  5. Push/Sync your changes back to your repository
  6. Submit a pull-request back into this repo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published