Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정홍주
/
Coin-trade-assistant
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
배지승
2021-06-04 19:42:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e62fd7bef982e5fb27a0dd2a4916dff180d69374
e62fd7be
1 parent
e0428e1f
최솟값 parameter 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
e62fd7b
...
...
@@ -9,7 +9,7 @@ const fs = require('fs')
const
api_key
=
fs
.
readFileSync
(
'apikey'
,
'ascii'
)
console
.
log
(
'apikey:'
,
api_key
)
//const url = 'https://api.whale-alert.io/v1/status?api_key=' + api_key
;
//const url = 'https://api.whale-alert.io/v1/status?api_key=' + api_key
const
options
=
{
method
:
'GET'
,
headers
:
{
Accept
:
'application/json'
}};
cursor
=
''
...
...
Please
register
or
login
to post a comment