banks-malaysia
Version:
Malaysia bank list
23 lines (15 loc) • 663 B
Markdown
Node module to obtain the list of banks in Malaysia. Suitable for small project that need a dropdown/list of banks.
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`.
This modules is on beta release. So this is the only method use for now.
- [getBanks](https://github.com/AliffAzmi) - To list all banks.
```javascript
import banks from 'banks-malaysia'
banks.getBanks()
```
Copyright (c) 2022 Aliff Azmi
The module is licensed under the [MIT License](https://spdx.org/licenses/MIT).