0.0.1-a • Published 1 year ago

@doa69/mbbank v0.0.1-a

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

MB (Vietnamese Bank) API THing

Installation

npm i @doa69/mbbank@latest

Example Usage

(async () => {
    const { MB } = require("@doa69/mbbank");
    
    const mb = new MB({ username: "phone_number",password:"password" });

    console.log(await mb.getHistory())
})()
0.0.1-a

1 year ago

0.0.1

1 year ago