1.0.3 • Published 7 years ago

korbitapi v1.0.3

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

korbitAPI

korbit api Object based Promise (using AXIOS)

this api use only public API

for Detail https://apidocs.korbit.co.kr/

demo (telegramBot)

@korbitBot not available

install

npm install --save korbitapi

example (how to use this)


var KorbitAPI = require('korbitapi');
var Korbit = new KorbitAPI();

Korbit.ticker('btc').then(function(response){
  console.log(response.data)
})

```git push
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago