Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.36 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.36 KB

KBiz Logo

👋 Description

This project is developed to utilize the KBiz API to retrieve bank account information from Kasikornbank. The primary purpose is for my own learning and self-development in exploring the usage of bank APIs.

⚠️ Warning

This project is intended solely for educational purposes. It is strongly advised not to use this code in a production environment or for any commercial purposes. I am not responsible for any misuse of the project; use it at your own risk.

📝 How to use?

  • Clone this project following the installation instructions.
  • Set the username, password and bankAccountNumber in config.
  • Install all the necessary packages.
  • Run the program.

📚 Installation

# Clone project
$ git clone https://github.com/jumpogpo/KBiz-API.git
$ cd KBiz-API

# Install packages
$ npm i

📺 Running the app

# Run
$ node index.js

📝 License

This project is licensed under the GNU General Public License v3.0. For more details, please refer to the LICENSE file.

🤝 Reference