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