diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index b58b603..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 945ce43..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -index.js \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 351345d..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/sisa_crawl.iml b/.idea/sisa_crawl.iml deleted file mode 100644 index 24643cc..0000000 --- a/.idea/sisa_crawl.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/vars.js b/vars.js deleted file mode 100644 index f8e52d6..0000000 --- a/vars.js +++ /dev/null @@ -1,28 +0,0 @@ - -/* Top Level Vars*/ -const email = 'bdaneels@ad.ua.ac.be' -const password = 'Heideggershut18891' -const webpage = 'https://sisaweb.uantwerpen.be' -const runId = 'bd' -const dasbhoardInschrijvingenURL = 'https://app.sisaweb.uantwerpen.be/psc/csprd_3/EMPLOYEE/SA/c/QQ_INSCHRIJVINGEN.QQ_OVERZ_ING_STDL.GBL?NavColl=true' - - -/* Dashboard Form Vars*/ - -const career = 'BACA' -const program = 'B0011' -const academicYear = '2240' - - - - -module.exports = { - email, - password, - webpage, - runId, - dasbhoardInschrijvingenURL, - career, - program, - academicYear -}; \ No newline at end of file