Skip to content

Commit

Permalink
Moved files as part of #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerard Moroney committed Dec 29, 2017
1 parent 9c66da7 commit ce4b6bc
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 279 deletions.
48 changes: 39 additions & 9 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,63 +9,93 @@
"name": "bitfinex",
"docurl": "https://docs.bitfinex.com/docs",
"wssurl": "wss://api.bitfinex.com/ws",
"pairs": "BTCUSD, LTCUSD, LTCBTC, ETHUSD, ETHBTC, ETCUSD, ETCBTC, BFXUSD, BFXBTC, RRTUSD, RRTBTC, ZECUSD, ZECBTC",
"pairs": [
{ "symbol": "BTCUSD"},
{ "symbol": "LTCUSD"},
{ "symbol": "LTCBTC"},
{ "symbol": "ETHUSD"},
{ "symbol": "ETHBTC"},
{ "symbol": "ETCUSD"},
{ "symbol": "ETCBTC"},
{ "symbol": "BFXUSD"},
{ "symbol": "BFXBTC"},
{ "symbol": "RRTUSD"},
{ "symbol": "RRTBTC"},
{ "symbol": "ZECUSD"},
{ "symbol": "ZECBTC"}
],
"active": "Y"
},
{
"name": "gdax",
"docurl": "https://docs.gdax.com/#websocket-feed",
"wssurl": "wss://ws-feed.gdax.com",
"pairs": "BTCUSD, LTCUSD, LTCBTC, ETHUSD, ETHBTC, ETCUSD, ETCBTC, BFXUSD, BFXBTC, RRTUSD, RRTBTC, ZECUSD, ZECBTC",
"pairs": [
{ "symbol": "NONE"}
],
"active": "N"
},
{
"name": "bitstamp",
"docurl": "https://www.bitstamp.net/websocket/",
"wssurl": "???",
"pairs": "BTCUSD, LTCUSD, LTCBTC, ETHUSD, ETHBTC, ETCUSD, ETCBTC, BFXUSD, BFXBTC, RRTUSD, RRTBTC, ZECUSD, ZECBTC",
"pairs": [
{ "symbol": "NONE"}
],
"active": "N"
},
{
"name": "binance",
"docurl": "https://github.com/binance-exchange/binance-official-api-docs/blob/master/web-socket-streams.md",
"wssurl": "wss://stream.binance.com:9443",
"pairs": "BTCUSD, LTCUSD, LTCBTC, ETHUSD, ETHBTC, ETCUSD, ETCBTC, BFXUSD, BFXBTC, RRTUSD, RRTBTC, ZECUSD, ZECBTC",
"pairs": [
{ "symbol": "NONE"}
],
"active": "N"
},
{
"name": "hitbtc",
"docurl": "https://api.hitbtc.com/#socket-market-data",
"wssurl": "wss://api.hitbtc.com/api/2/ws",
"pairs": "BTCUSD, LTCUSD, LTCBTC, ETHUSD, ETHBTC, ETCUSD, ETCBTC, BFXUSD, BFXBTC, RRTUSD, RRTBTC, ZECUSD, ZECBTC",
"pairs": [
{ "symbol": "NONE"}
],
"active": "N"
},
{
"name": "bittrex",
"docurl": "https://www.npmjs.com/package/node.bittrex.api",
"wssurl": "???",
"pairs": "BTCUSD, LTCUSD, LTCBTC, ETHUSD, ETHBTC, ETCUSD, ETCBTC, BFXUSD, BFXBTC, RRTUSD, RRTBTC, ZECUSD, ZECBTC",
"pairs": [
{ "symbol": "NONE"}
],
"active": "N"
},
{
"name": "okex",
"docurl": "https://www.okex.com/ws_getStarted.html",
"wssurl": "wss://real.okex.com:10440/websocket/okexapi",
"pairs": "BTCUSD, LTCUSD, LTCBTC, ETHUSD, ETHBTC, ETCUSD, ETCBTC, BFXUSD, BFXBTC, RRTUSD, RRTBTC, ZECUSD, ZECBTC",
"pairs": [
{ "symbol": "NONE"}
],
"active": "N"
},
{
"name": "huobiapi",
"docurl": "https://github.com/huobiapi/API_Docs_en/wiki/WS_General",
"wssurl": "wss://api.huobi.pro/ws",
"pairs": "BTCUSD, LTCUSD, LTCBTC, ETHUSD, ETHBTC, ETCUSD, ETCBTC, BFXUSD, BFXBTC, RRTUSD, RRTBTC, ZECUSD, ZECBTC",
"pairs": [
{ "symbol": "NONE"}
],
"active": "N"
},
{
"name": "gemini",
"docurl": "https://docs.gemini.com/websocket-api/#market-data",
"wssurl": "wss://api.gemini.com/v1/marketdata/:symbol",
"pairs": "BTCUSD, LTCUSD, LTCBTC, ETHUSD, ETHBTC, ETCUSD, ETCBTC, BFXUSD, BFXBTC, RRTUSD, RRTBTC, ZECUSD, ZECBTC",
"pairs": [
{ "symbol": "NONE"}
],
"active": "N"
}
]
Expand Down
17 changes: 0 additions & 17 deletions examples/src/client.js

This file was deleted.

71 changes: 0 additions & 71 deletions examples/src/server.js

This file was deleted.

96 changes: 0 additions & 96 deletions examples/src/server0.js

This file was deleted.

75 changes: 0 additions & 75 deletions examples/src/server1.js

This file was deleted.

Loading

0 comments on commit ce4b6bc

Please sign in to comment.