Skip to content
/ ACB Public

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

License

Notifications You must be signed in to change notification settings

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

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