banks-malaysia
v1.0.16
Published
Malaysia bank list
Downloads
22
Maintainers
Readme
banks-malaysia
Node module to obtain the list of banks in Malaysia. Suitable for small project that need a dropdown/list of banks.
Using the module
Simply grap the module from npm by doing npm install --save banks-malaysia
. After that you can include it in your application with from banks-malaysia
.
Methods
This modules is on beta release. So this is the only method use for now.
- getBanks - To list all banks.
Usage
import banks from 'banks-malaysia'
banks.getBanks()
License
Copyright (c) 2022 Aliff Azmi
The module is licensed under the MIT License.