ue-schedule

0.1.0 • Public • Published

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))

/ue-schedule/

    Package Sidebar

    Install

    npm i ue-schedule

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    14 kB

    Total Files

    8

    Last publish

    Collaborators

    • saunter511