desktop application to Track Cryptocurrency prices
- Qt 5.12.8
- QMake
The prices are fetched from api.cryptowat.ch. The free version of API with limited number of request per day is used.
NOTE: if you live in Iran, then you may have problems using cryptowatch. make sure you have activated shecan before running the app.
git clone https://github.com/fatemehkarimi/Track-N-Trade.git
cd Track-N-Trade
mkdir build
cd bulid
qmake ../TrackNTrade.pro
make
use the command ./TrackNTrade
to run the app.