SpreadR: NodeJS CLI crypto order distributor
Distribute your orders
Trading crypto frequently I noticed that sometimes my orders barely did not went of. In order to combat this unwanted result I created a very lightweight CLI tool that allows you to spread orders into many small pieces. While it is still in development I have released the code so you guys can go and check it out 👍
SpreadR: GitHub repository
Stack
It is a NodeJs application withouth a database. However some packages are being used, the most interesting of which is the CCXT library that allows us to communicate with many exchanges through one code interface.