Skip to content

CryptArc/cryptoportfolio-qt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple QT GUI C++ application to track market value of your cryptocurrency investments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.5%
  • QMake 4.5%