added kraken-api implementations here.

This commit is contained in:
Joe Tretter
2020-10-23 21:28:25 -05:00
parent 6735901db8
commit 6ef958136c
3 changed files with 250 additions and 2 deletions

View File

@@ -2,11 +2,13 @@
"name": "KrakenTrading",
"description": "A Node-RED Project",
"version": "0.0.1",
"dependencies": {},
"dependencies": {
"kraken-api": "^1.0.1"
},
"node-red": {
"settings": {
"flowFile": "flows_nodered_kraken.json",
"credentialsFile": "flows_nodered_kraken_cred.json"
}
}
}
}