Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 715 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 715 Bytes

TrackNTrade

desktop application to Track Cryptocurrency prices TrackNTrade

Third-party

  • 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.

Build

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.