# 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](https://github.com/AliffAzmi) - To list all banks.

## Usage
```javascript
import banks from 'banks-malaysia'

banks.getBanks()
```

## License
Copyright (c) 2022 Aliff Azmi

The module is licensed under the [MIT License](https://spdx.org/licenses/MIT).