exmo-api-promise
v0.1.3
Published
Exmo (Bitcoin Exchange) Promise API client
Downloads
2
Readme
exmo-api
Exmo (Bitcoin Exchange) API client
Getting Started
Install the module with: npm install exmo-api-promise
const exmo = require('exmo-api-promise')
exmo.init({key:"your_key", secret:"your_secret"})
exmo.query("user_info", {}).then(result => { ... })
Documentation
Release History
0.1.0
License
Copyright (c) 2016 exmo-dev
Licensed under the MIT license.