Collects live pair prices from various exchanges.
Make sure you have Node.js 4.x installed. Later versions of node will fail to function with this project.
[email protected]:joepegler/CryBot.git # or clone your own fork
cd CryBot
npm install
npm start
To run the project with a basic UI:
npm start ui
Your app should now be running on localhost:3005. View the console to see the trade log.