1.8.0 • Published 7 years ago

coinone-api v1.8.0

Weekly downloads
13
License
-
Repository
github
Last release
7 years ago

coinoneAPI

coinone api Object based Promise (using AXIOS)

demo (telegram bot)

@CoinoneHelpBot

install

npm install --save coinone-api

example (how to use this)

var CoinoneAPI = require('coinone-api');
// details : http://doc.coinone.co.kr/
// if you use ONLY public API, 'ACCESS_TOKEN' and 'SECRET_KEY' is not necessary 
// but you use personal API, 'ACCESS_TOKEN' and 'SECRET_KEY' is essential! 
var coinoneAPI = new CoinoneAPI('ACCESS_TOKEN','SECRET_KEY');

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

7 years ago

1.7.0

7 years ago

1.6.0

7 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.4

8 years ago

1.4.3

8 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.11

8 years ago

1.3.10

8 years ago

1.3.9

8 years ago

1.3.8

8 years ago

1.3.7

8 years ago

1.3.6

8 years ago

1.3.5

8 years ago

1.2.5

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago