UNPKG

@tadko/bitflyer-client

Version:
21 lines (13 loc) 329 B
Bitflyer Client ==== JS client for Bitflyer API ## Install `npm install --save @tadko/bitflyer-client` ## Usage ```typescript import { BitflyerClient } from '@tadko/bitflyer-client' const bitflyerClient = new BitflyerClient(); bitflyerClient.getBoard() .then(console.log) .catch(console.error) ```