0.0.6 • Published 6 years ago

@tadko/bitflyer-client v0.0.6

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

Bitflyer Client

JS client for Bitflyer API

Install

npm install --save @tadko/bitflyer-client

Usage

import { BitflyerClient } from '@tadko/bitflyer-client'

const bitflyerClient = new BitflyerClient();

bitflyerClient.getBoard()
  .then(console.log)
  .catch(console.error)
0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago