A minor experiment into cryptocurrency price tracking and displaying on macOS touchbar using Electron. Currently features BTC/ETH/LTC prices only.
- Node.js
- Electron
- Run
git clone https://github.com/sduval215/crypto-touchbar.git
. - Navigate inside the downloaded directory and run
yarn install
to install all necessary dependency packages. - Within the root folder run
yarn start
If you don't have a touch bar on your machine, you can download the MacOS touchbar simulator here
All application building is handled by the electron-builder
library. Make sure you have electron-builder
installed globally. If you don't, run:
npm install -g electron-builder
Afterwards, run yarn dist
in the root project folder to build the application.