cryptopia-api-client
v1.0.1
Published
A promise based node wrapped for Cryptopia Rest API
Downloads
2
Readme
Remember to overwrite the default API keys with your own:
var cryptopia = require('cryptopia-api-client'); cryptopia.publicKey = 'YOUAPIKEY_PUBLIC'; cryptopia.privateKey = 'YOUAPIKEY_PRIVATE';