A trap app showing current BTC price, notify user when price drop/up significantly
Currently only support BTC and price is from Bitfinex since they have a better API doc to integrate 😏
- Show currenct bitcoin price at menubar (WebSocket)
- Send notification when matching certain condition
git clone https://github.com/wayne5540/btc-ticker.git bitcoin-ticker
cd bitcoin-ticker
yarn install
yarn start
Currenctly only tested at Mac
yarn build-mac
MIT
