horothesun / coinbase-wrapper-nodejs

Coinbase accounts current total value.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coinbase Wrapper - Node.js

Coinbase accounts current total value.

Setup

Environment

Run

cp .env.example .env

then edit the .env file with your Coinbase API key data.

Node project

npm i

Parameters

Edit the following values in index.js with your desired ones.

const fromCoins = ['BTC', 'ETH', 'LTC']
const toCurrency = 'GBP'

Execute

npm start

About

Coinbase accounts current total value.

License:MIT License


Languages

Language:JavaScript 96.7%Language:Shell 3.3%