Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 551 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 551 Bytes

Fork of the official Node.js library for the Coinbase API with browser support.

Installation

npm install https://github.com/VirtusAI/coinbase-node

Browser Usage

<script type="text/javascript" src="./node_modules/coinbase/build/browser.js"></script>

Creates a global coinbase object:

var client = new coinbase.Client({'apiKey': apiKey, 'apiSecret': secret});

Browser Build from Source

npm run-script browserify