View your Timetables/Grades Librus from Command Line
npm install libruscliTimetables
Grades
Recommended to download from Latest Release
Unpack archive and open terminal
npm i
- [2 Method] install all required packages:
npm i axios axios-cookiejar-support node-strings tough-cookieRun this program
- Open terminal/console on directory downloaded file
Type command: node app.jsExample Config
- Config is generated automatically, if you have a problem, copy below text to the config.js file
`json
{
"login": "login",
"pass": "password"
}
`
Debug
- Have problems with the app or want to test new features, add to your config
`js
debug: true
``