bitdock icon indicating copy to clipboard operation
bitdock copied to clipboard

A lightweight Mac OSX app to track the prices of cryptocurrency

Bitdock

A lightweight Mac OSX tray application that tracks the prices of cryptocurrency. Currently supports BTC, ETH, LTC, DASH, ZEC, XRP.

The app sits in the top-menu and shows the value of the selected crypto in either USD, GBP or EUR and refreshes every minute.

Built with Electron, uses the CryptoCompare API.

Running

git clone https://github.com/chrisunderdown/bitdock
cd bitdock
npm install
npm start

Packaging

npm run package
open out/Bitdock-darwin-x64/Bitdock.app