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.
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.
- Clone this project following the installation instructions.
- Set the username, password and bankAccountNumber in config.
- Install all the necessary packages.
- Run the program.
# Clone project
$ git clone https://github.com/jumpogpo/KBiz-API.git
$ cd KBiz-API
# Install packages
$ npm i
# Run
$ node index.js
This project is licensed under the GNU General Public License v3.0. For more details, please refer to the LICENSE file.