0.0.2 • Published 7 years ago

coinspot-api-promises v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Please see https://www.coinspot.com.au/api for documentation on the CoinSpot API.

Example usage

var coinspot = require('coinspot-api-promises');

var secret = ''; // insert your secret here
var key = ''; // insert your key here

var client = new coinspot(key, secret);

client.orders('LTC').then(response => {
 	console.log(response.data);
});

Functions retain the same signatures as they have in coinspot-api, which this project is based off.

0.0.2

7 years ago

0.0.1

7 years ago