SpreadR: NodeJS CLI crypto order distributor

Lightweight NodeJS tool to distribute crypto orders on multiple exchanges into many small pieces.

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

DanielFortuyn/spreadr
Simple nodejs CLI application to split a crypto order into a large amount of small orders. - DanielFortuyn/spreadr
Download and try it yourself!

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.