Skip to content

horothesun/coinbase-wrapper-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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