Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이진영
/
stockAlarm
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Ubuntu
2021-06-08 11:30:09 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e0739181ec94ddf91a994f107099c629f83e49ef
e0739181
1 parent
7a5c8028
delete omment
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
app.js
app.js
View file @
e073918
...
...
@@ -37,25 +37,6 @@ app.post('/hook', function (req, res) {
// }
})
// ########
// file import
// for(let i=0; i<200; i++){
// [000660, SK하이닉스]
// stockList = [[000660, sk하이닉스], []]
//}
// for (let i=0; i<stockList.length; i++){
// if (eventObj.message.text == stockList[i][1]){
// stock_code = stockList[i][0]
// }
// else{
// print('Not in list');
// }
// }
// ############
// request log
console
.
log
(
'======================'
,
new
Date
()
,
'======================'
);
console
.
log
(
'[request]'
,
req
.
body
);
...
...
Please
register
or
login
to post a comment