bithumbapi
v1.0.0
Published
bithumb api promise based (using AXIOS)
Downloads
2
Readme
bithumbAPI
bithumb api Object based Promise (using AXIOS)
this api use only public API
for Detail https://www.bithumb.com/u1/US127
demo (telegramBot)
install
npm install --save bithumbapi
example (how to use this)
var bithumbapi = require('bithumbapi');
var bithumb = new bithumbapi();
bithumb.ticker('btc').then(function(response){
console.log(response.data)
})
```git push