ue-schedule
v0.1.0
Published
Node package to fetch and format schedule from Uniwersytet Ekonomiczny in Katowice using the student ID.
Downloads
2
Readme
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))