Skip to content

Commit f460651

Browse files
committed
Visa Automation ready for deployment
1 parent 6e5b353 commit f460651

7 files changed

Lines changed: 257 additions & 167 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ npm-debug.log*
55
yarn-debug.log*
66
yarn-error.log*
77
lerna-debug.log*
8-
config.json
98
.vscode/
109
# Diagnostic reports (https://nodejs.org/api/report.html)
1110
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"username": "",
3+
"password": "",
4+
"chromePath": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
5+
"discordWebhook": "https://discord.com/api/webhooks/{updaye_secret}"
6+
}

VISA Appointment Checker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"name": "visa-appointment-checker",
33
"version": "1.0.0",
44
"description": "It will poll the visa website every minute & check if the Master Student visa appointment is available",
5-
"main": "src/VISA_Lookup.js",
5+
"main": "src/Repeat_Job.js",
66
"scripts": {
77
"app": "node .",
88
"build": "pkg ."
99
},
10-
"bin": "src/VISA_Lookup.js",
10+
"bin": "src/Repeat_Job.js",
1111
"pkg": {
1212
"scripts": "src/**/*.js",
1313
"assets": "src/config.json",
1414
"targets": [
15-
"node12-win-x64"
15+
"node10-win"
1616
]
1717
},
1818
"keywords": [

0 commit comments

Comments
 (0)