davidvidmar / Crycker

A simple cryptocurrency ticker in Windows tray.
https://vidmar.net/crycker
MIT License
67 stars 15 forks source link

Support for Kraken exchange and its BTXGBP? #23

Open ghost opened 4 years ago

ghost commented 4 years ago

Great app, just a suggestion. Could you please add support for Kraken exchange and its BTXGBP? Thanks.

davidvidmar commented 4 years ago

Theoretically this is possible. I'll have a look and implement if I find the time.

Logerfo commented 4 years ago

@davidvidmar perhaps the application could accept custom implementations natively, by informing the ticker endpoint and json path of the value in a configuration file. Then you wouldn't be bothered to support new exchanges and the users could also be able to implement their own tickers, even for other currencies or assets in general. Multiple notification icons might also be a good idea to avoid the need to open multiple instances of the application. What do you think about that?

davidvidmar commented 4 years ago

Thanks for the idea. Certainly a good way to implement!