/VidoCryptoTray

Mac Tray for displaying price and percentage of Crypto Coins

Primary LanguageJavaScript

VidoCryptoTray

Mac Tray for displaying the price and percentage of Crypto Coins over last 24 hours.

Tray updates per second. Ticker table updates per 5 seconds by default(Can change later).

Data collects from Binance

Screenshot

image

image

image

Usage

  • Select the symbol to display it in Tray
  • Unselect the symbol to not display it in Tray
  • Input a symbol and click the Add button or Enter key to add it into Ticker Table
  • Right click the symbol to delete it from Ticker Table
  • Settings can be changed in Settings page

Contribute

Dev Guide

git clone https://github.com/VidocqH/VidoCryptoTray.git
cd VidoCryptoTray
yarn install
chmod +x generateIcons.sh
./generateIcons.sh
yarn dev

Then there you go!

Build

yarn run make

The executable will be in ./out