Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.3 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.3 KB

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();

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.