/electron-crypto-alert

A simple crypto alert using electron

Primary LanguageJavaScript

A simple crypto app using electron

Notify if BTC price target is met

What did i learn

  • Installing Electron
  • Working with Electron Menus
  • Integrating an HTTP Library for making API Calls
  • Communicating between multiple windows with IPC
  • Accessing Native Desktop Functionality
  • Styling a Electron App
  • Deploying Electron App

Dev

npm install
npm start

Deploy

npm run package-win    (or package-mac, package-linux)