Skip to content

Mac Tray for displaying price and percentage of Crypto Coins

Notifications You must be signed in to change notification settings

VidocqH/VidoCryptoTray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8462f74 · Mar 6, 2023

History

38 Commits
Feb 23, 2023
Feb 27, 2023
Mar 2, 2023
Feb 27, 2023
Feb 22, 2023
Mar 1, 2023
Mar 1, 2023
Feb 23, 2023
Mar 1, 2023
Mar 6, 2023
Mar 1, 2023
Feb 27, 2023
Feb 23, 2023

Repository files navigation

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