Skip to content

Latest commit

 

History

History
executable file
·
40 lines (23 loc) · 1020 Bytes

README.md

File metadata and controls

executable file
·
40 lines (23 loc) · 1020 Bytes

CryptoPortfolio QT

Description: Simple QT GUI application to track market value of your cryptocurrencies portfolio, pulls prices from cryptocoincharts.info

Screenshot

alt tag

Installation

There are no installation packages availalbe yet. I'll be happy to create some if I see somebody interested in this.

Project Setup

The project file cryptoportfolio.pro can be opened via QT Creator or one can generate the makefile and compile it using the following commands:

qmake

make

Testing

Unit Tests

Go to tests directory and fire up the following command:

qmake; make

and run cryptoportfolio_tests if it was succefully compiled

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

CryptoPortfolio QT is released under the terms of the MIT license.