1.0.0 • Published 7 years ago

bithumbapi v1.0.0

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

bithumbAPI

bithumb api Object based Promise (using AXIOS)

this api use only public API

for Detail https://www.bithumb.com/u1/US127

demo (telegramBot)

@bithumbHelpBot

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