0.3.0 • Published 9 months ago

tbc-api v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

A Typescript SDK for TBC Bank

Installation

npm install tbc-api

Usage

import { TBC } from "tbc-api";

async function main() {
  const tbc = new TBC();

  // authenticate once with your credentials
  await tbc.auth();

  // get your accounts
  const accounts = await tbc.getAccounts();
}
0.3.0

9 months ago

0.2.0

9 months ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago