Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisunderdown/bitdock
A lightweight Mac OSX app to track the prices of cryptocurrency
https://github.com/chrisunderdown/bitdock
Last synced: 30 days ago
JSON representation
A lightweight Mac OSX app to track the prices of cryptocurrency
- Host: GitHub
- URL: https://github.com/chrisunderdown/bitdock
- Owner: chrisunderdown
- Created: 2017-10-02T20:20:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-10T10:24:16.000Z (about 7 years ago)
- Last Synced: 2024-09-24T19:31:36.350Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 172 KB
- Stars: 80
- Watchers: 1
- Forks: 13
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - Bitdock
README
# 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](http://electron.atom.io), uses the [CryptoCompare API](https://www.cryptocompare.com/api).
## Running
```sh
git clone https://github.com/chrisunderdown/bitdock
cd bitdock
npm install
npm start
```## Packaging
```sh
npm run package
open out/Bitdock-darwin-x64/Bitdock.app
```