A bitbar plugin to monitor cryptocurrency prices via cryptocompare.com:s API with Binance integration
yarn build
yarn watch
Copy .env.example to .env
Put your Binance API key and secret in newly created .env-file,
fields: BINANCE_API_KEY
and BINANCE_SECRET
Create Binance API key:
https://www.binance.com/en/my/settings/api-management
chmod +x dist/main.2m.js
cd {bitbar plugins folder}
ln -s {project folder}/dist
or
cd {project folder}
ln -s dist/main.2m.js {bitbar plugins folder}/bitbar-cryptocurrency-prices.2m.js