An unofficial API wrapper library for Asia Commercial Joint Stock Bank (ACB)
$ npm i @aurateam/acb
const { ACB } = require("@aurateam/acb");
const acb = new ACB({ username: "", password: "" });
await acb.getBalance();
await acb.getTransactionsHistory({ rows: 20, accountNumber: "" });
- 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.
Licensed under the MIT license.