bitkub
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i bitkub

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

603 kB

Total Files

19

Last publish

Collaborators

  • gastzars