UNPKG
ccxt-rest
Version:
latest (2.5.0)
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.1.0
1.0.7
1.0.4
1.0.3
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Open Source Unified REST API of 100+ Crypto Exchange Sites
ccxt-rest.io
ccxt-rest/ccxt-rest
ccxt-rest
/
scripts
/
exchange-summary-dashboard
/
common.js
5 lines
(4 loc)
•
115 B
JavaScript
View Raw
1
2
3
4
5
const
EXCHANGES_ROOT_PATH
=
'./out/exchanges/'
;
module
.
exports
= { EXCHANGES_ROOT_PATH : EXCHANGES_ROOT_PATH }