This is a simple Electron application that shows current BTC/USD and sends desktop notification when BTC hits the user defined price.
Run from command line:
# Clone this repository
git clone https://github.com/towsif031/crypto-price-alert
# Go into the repository
cd crypto-price-alert
# Install dependencies
npm install
# Run the app
npm start
npm run package-win
npm run package-mac
npm run package-linux
Or download the 'crypto-price-alert-win32-ia32.rar' file located in 'release-builds/' and extract. Then run 'crypto-price-alert.exe'