1.0.2 • Published 5 years ago

bitkub v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago