[ ] review all error handling [ ] adding Currencies typedInput list [x] support using msg & flow properties for amount & price [ ] supporting dynamic Exchange name using context [ ] support an option to retrieve
We point to our Node-RED service here. It is available onlocalhost, at port1880, so we pass connections to it there. The remainder of this block of configuration sets some headers that are important for proper proxy functioning. TheUpgradeandConnectionheaders are especially important ...
I'm going to write a function node to get an output like the one I refer to, then another one to combine key/pairs into an object, for a tidier handling. If you're interested, I can share it. I know it's nothing to write home, but the work will be done anyways. Owner Author ...
Error Handling All the errors returned by the Redis server are instances of ReplyError, which can be accessed via Redis: var Redis = require('ioredis'); var redis = new Redis(); // This command causes a reply error since the SET command requires two arguments. redis.set('foo', functio...