git clone .....
- rename '.env.EXAMPLE' to '.env'
mv .env.EXAMPLE .env
- edit '.env' file and change username and password
file '.env' is ignored and will not be uploaded back to repo .. see '.gitignore'file
npm i edupage-api
npm install dotenv
node file.js
file name | description |
get_login_info.js | Get login info |
get_homework.js | Homework for tomorrow and +1 day |
get_timetable.js | Timetable for specific dates |
[X] Login info [X] Get Timetable (specific date) [X] Get Homework for tommorrow and for day after tomorrow