├── .gitignore ├── LICENSE ├── README.md ├── arbitrageBot.js └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zjasonshen/BittrexArbitrageBot/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zjasonshen/BittrexArbitrageBot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zjasonshen/BittrexArbitrageBot/HEAD/README.md -------------------------------------------------------------------------------- /arbitrageBot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zjasonshen/BittrexArbitrageBot/HEAD/arbitrageBot.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zjasonshen/BittrexArbitrageBot/HEAD/package.json --------------------------------------------------------------------------------