Objective is to make it into a fully functional trading bot with little setup required.
Clone the repository
git clone git@github.com:spelgubbe/coffeebot.git
To run this project you need to install Nodejs
Node's package manager (npm) is installed when you install Nodejs.
With npm you can install CoffeeScript, which is required to run .coffee scripts.
npm install coffee-script
Install the libraries needed to run the bot.
npm install
Go to the project's folder and type
npm start
in the command line
- spelgubbe - Initial work - me
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used