0.3.0 • Published 2 years ago

tbc-api v0.3.0

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

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

3 years ago