CkCreative / binance-spot-trading-bot

This is a simple binance spot trading bot made using Node.js. Read the documentation to get the background of the claims behind the bot.
Other
84 stars 34 forks source link

W/O docker #1

Closed Dutchblue020 closed 3 years ago

Dutchblue020 commented 3 years ago

Hi,

Not really a issue, but is it possible to also run the script without Docker?

CkCreative commented 3 years ago

Hi. To run without docker, edit settings.json file accordingly then run npm install and npm run dev.

It's just a normal node.js script.