0.0.1-a • Published 12 months ago

@doa69/mbbank v0.0.1-a

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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

12 months ago

0.0.1

12 months ago