bithumbapi

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i bithumbapi

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • imsukmin