Skip to content

The official Node.js library for the Coinbase API.

License

Notifications You must be signed in to change notification settings

VirtusAI/coinbase-node

 
 

Repository files navigation

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

About

The official Node.js library for the Coinbase API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%