Bitdock一个轻量级的 Mac OSX app 用于跟踪加密货币的价格

Bitdock一个轻量级的 Mac OSX app 用于跟踪加密货币的价格。当前支持BTC, ETH, LTC, DASH, ZEC, XRP。

JavaScript 其它杂项

访问GitHub主页

共77Star

详细介绍

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