Skip to content

Commit

Permalink
examples/js/exchange-capabilities.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Dec 2, 2020
1 parent 52174c3 commit 0457577
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/js/exchange-capabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ const ccxt = require ('../../ccxt.js')
, log = require ('ololog').noLocate
, ansi = require ('ansicolor').nice

console.log (ccxt.iso8601 (ccxt.milliseconds ()))
console.log ('CCXT v' + ccxt.version)

;(async function test () {

let total = 0
Expand Down

0 comments on commit 0457577

Please sign in to comment.