Coinbase accounts current total value.
Run
cp .env.example .envthen edit the .env file with your Coinbase API key data.
npm iEdit the following values in index.js with your desired ones.
const fromCoins = ['BTC', 'ETH', 'LTC']
const toCurrency = 'GBP'npm start