This is an Electron Desktop Application that uses the CryptoCompare API https://www.cryptocompare.com/api to monitor price changes in Bitcoin and Ethereum, the two most common Crypto Currencies. This app monitors price changes in both US Dollars and Euros.
- Clone repository to desktop using:
git clone https://Olexafort@bitbucket.org/Olexafort/open-btc.git
- Navigate to your project directory folder:
cd open-btc
- Install all neccesary npm packages:
npm install
- Run app:
npm start