@tadko/bitflyer-client

0.0.6 • Public • Published

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)

Dependents (0)

Package Sidebar

Install

npm i @tadko/bitflyer-client

Weekly Downloads

1

Version

0.0.6

License

MIT

Last publish

Collaborators

  • tadko