Skip to content
/ ACB Public
forked from nhayhoc/ACB

An unofficial API library for Asia Commercial Joint Stock Bank (ACB)

License

Notifications You must be signed in to change notification settings

Zer061/ACB

 
 

Repository files navigation

ACB

An unofficial API wrapper library for Asia Commercial Joint Stock Bank (ACB)

CI Github total downloads Discord server

Install

$ npm i @aurateam/acb

Quick Start

const { ACB } = require("@aurateam/acb");

const acb = new ACB({ username: "", password: "" });

Get account balances:

await acb.getBalance();

Get transaction history

await acb.getTransactionsHistory({ rows: 20, accountNumber: "" });

Additional Notes

  • If you found bugs or want to give suggestions, please visit here or join our Discord server.
  • We accept all contributions! If you want to contribute, please make a pull request in here.

License

Licensed under the MIT license.

About

An unofficial API library for Asia Commercial Joint Stock Bank (ACB)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.7%
  • JavaScript 2.3%