An open API service indexing awesome lists of open source software.

https://github.com/mxrcode/stockwidget

Widget for displaying the exchange rate of cryptocurrencies on the desktop in real time.
https://github.com/mxrcode/stockwidget

cpp cryptocurrency open-source opensource stockwidget widget

Last synced: 9 months ago
JSON representation

Widget for displaying the exchange rate of cryptocurrencies on the desktop in real time.

Awesome Lists containing this project

README

          

# StockWidget
Widget for displaying the exchange rate of cryptocurrencies on the desktop in real time.

![image](https://user-images.githubusercontent.com/123785508/230630082-d0c5a3b0-bf7c-459c-928e-faccf5047a45.png)

This is how the configurator will look like in the new version of the widget (1.1.0).

**List of supported cryptocurrency exchanges (API):**
- Binance Global
- Binance US
- Coinbase
- Kraken
- Poloniex

*Due to the limits set by the exchange, the program cannot receive data more than once every 60sec. These restrictions can be removed by using WebSocket or the developer's servers (Which we don't have).*

## Installation

*Dependencies must be installed in the system for the program to run and work correctly.*

- Download latest version of the widget https://github.com/mxrcode/StockWidget/releases
- Unpack the **.zip** archive to any place convenient for you
- Run the app with **StockWidget.exe**

*An icon should appear in the tray by clicking on which a menu for interacting with the widget will appear. There you can configure it and add the program to autorun.*

**Dependencies:** [vcredist_x64(2015-2022)](https://aka.ms/vs/17/release/vc_redist.x64.exe) [(x86)](https://aka.ms/vs/17/release/vc_redist.x86.exe)

# License
This software is released under the LGPL-3.0 License, see LICENSE.