0.1.0 • Published 4 years ago

ue-schedule v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

UE SCHEDULE

Node package to fetch and format schedule from Uniwersytet Ekonomiczny in Katowice using the student ID.

Usage

const schedule = require('ue-schedule');

//get data as ics 
schedule.exportIcal(studentID).then(sche => console.log(sche))

//get data as json
schedule.exportJson(studentID).then(sche => console.log(sche))