UNPKG
fxcm
Version:
beta (0.0.2-beta.0)
latest (0.1.0)
0.1.0
0.0.3
0.0.2-beta.1
0.0.2-beta.0
A client to programmatically trade with FXCM REST API
github.com/chrisgitrepo/fxcm
chrisgitrepo/fxcm
fxcm
/
src
/
config.js
7 lines
(5 loc)
•
185 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
config
=
{ token:
"PASTE_YOUR_TOKEN_HERE"
,
// get this from http://tradingstation.fxcm.com/
isDemo:
true
,
// Set to false for live accounts
};
module
.
exports
= config;