0.0.6 • Published 8 years ago

@tadko/bitflyer-client v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago