Skip to content

Commit 5db901d

Browse files
committed
port 8080 instead of 80
1 parent 93f06d7 commit 5db901d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const events = require('events');
1010
const symbol = 'BTCUSDT';
1111
const quantity = 0.025
1212
const hostname = '127.0.0.1';
13-
const port = 80;
13+
const port = 8080;
1414

1515
// Are we in test mode?
1616
console.log ("Test Mode: ", binance.getOption('test'));

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"main": "app.js",
66
"scripts": {
77
"test": "echo \"Error: No test specified\" && exit 1",
8-
"lint" : "echo \"Error: No linter specified\" && exit 1"
8+
"lint": "echo \"Error: No linter specified\" && exit 1"
99
},
1010
"keywords": [
11-
"bitcoin",
11+
"bitcoin",
1212
"trading bot",
1313
"node",
1414
"js",

0 commit comments

Comments
 (0)