@tadko/bitflyer-client
v0.0.6
Published
A Client for BitFlyer API
Downloads
9
Readme
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)