/crypto-price-alert

A simple cryptocurrency price alert desktop app using Electron.

Primary LanguageJavaScript

Crypto Price Alert

This is a simple Electron application that shows current BTC/USD and sends desktop notification when BTC hits the user defined price.

To Use

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

To package & build

For Windows
npm run package-win
For Mac
npm run package-mac
For Linux
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'