Skip to content

A simple cryptocurrency price alert desktop app using Electron.

Notifications You must be signed in to change notification settings

towsif031/crypto-price-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

A simple cryptocurrency price alert desktop app using Electron.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published