masihyeganeh / binance-watch

a simple system which allows the user to enter a symbol and a number, and based on the symbol and a number, monitor the market data and print out every time the price goes above the input number

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binance Watch

a simple system which allows the user to enter a symbol and a number, and based on the symbol and a number, monitor the market data and print out every time the price goes above the input number

How to run

  1. Build docker image:
docker build -t binance-watch .
  1. Run the container:
docker run binance-watch -symbol BNBBTC -price 0.0028300

About

a simple system which allows the user to enter a symbol and a number, and based on the symbol and a number, monitor the market data and print out every time the price goes above the input number


Languages

Language:Go 98.4%Language:Dockerfile 1.6%