A native desktop app, which notifies you when there's a rise in the value of your favorite cryptocurrency(for now just Bitcoin) using CryptoCompare API
Make sure you have Node.js and npm installed. After that do a npm install
to install all necessary node modules. Based on your environment, run the following commands to generate the build and directly run the executable file
npm run package-win
npm run package-linux
npm run package-mac