/Crypto-Ticker

A price ticker for crypto-currencies.

Primary LanguageC++GNU General Public License v2.0GPL-2.0

Crypto-Ticker

A price ticker for crypto-currencies. The ticker is a simple Linux desktop widget with built in alarm that triggers at a set threshold. It also has basic price plotting and potentially supports any cryptocurrency exchange with a public ticker api.
Any market with a public JSON api can be added into the JSON config file.


The ticker currently supports:
[OkCoin] (https://www.okcoin.cn/api/ticker.do)
[BTCChina] (https://data.btcchina.com/data/ticker)
[Bitstamp] (https://www.bitstamp.net/api/ticker/)
[BitFinex] (https://api.bitfinex.com/v1/pubticker/BTCUSD)


Dependencies:

qt4.8
liburl
c++11