Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 519 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 519 Bytes

Bitkub API javascript library

Here come a Bitkub js library for browser and nodejs

Installing

Using npm

npm install bitkub

Using yarn

yarn add bitkub

Example

var Bitkub = require('bitkub')
var client = new Bitkub({
  api_key: 'my_api_key',
  api_secret: 'my_api_secret',
})

client.server_time().then(server_time => {
  console.log(server_time)
})

Documents

Read more API at the documents