Skip to content

Nortalle/Gaps_did_I_fail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gaps - Did I fail ?

Vincent Guidoux

Introduction

This programm let you know the five last modules and the last five courses you acheived at the HEIG-VD

Deployment

You need to download the repo and go inside:

git clone https://github.com/Nortalle/Gaps_did_I_fail.git
cd Gaps_did_I_fail

Install the dependencies and copy the .env

npm i
cp .env.tmp .env

You need to put three things in the .env

LOGIN=
PASSWORD=
ID=

The ID is the little number in the url of your records. In the picture down below, it's 12966. This ID is unique for each user and is not changed through time.

ID

Once you done that just :

node index.js

And voilà :

Nombre de modules réussis : 13
Les 5 derniers modules réussis:
   - ABC        4.0
   - DEF        4.5
   - GHI        4.5
   - JKL        4.0
   - MNO        4.5
Nombre de cours réussis : 21
Les 5 derniers cours réussis:
   - Astronomie    4.3
   - Botanique     4.2
   - Défense contre les forces du Mal  3.7
   - Histoire de la magie    4.2
   - Métamorphose 3.8

##Links

HTTP Parser/viewer

Parse5 Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published