1.1.1 • Published 10 months ago

nigerian-banks v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Nigerian Banks Package

A package to retrieve details about Nigerian banks.

Installation

npm install nigerian-banks
yarn add nigerian-banks
pnpm install nigerian-banks

Repository

https://github.com/john9384/nigerian-banks

Usage

Import the NigerianBanks class and create an instance of the class

import { NigerianBanks } from 'nigerian-banks';

const banks = new NigerianBanks();

Retrieving bank details

To retrieve all banks, call the getAllBanks method

  banks.getAllBanks()

To get bank details by name, call the getBankByName method

  banks.getBankByName('Name of bank')

To get name that matches a pattern,call the getBankByNameMatch method

  banks.getBankByNameMatch('Name pattern')

To get name by code, call the getBankByCode method

  banks.getBankByCode('Name pattern')
1.1.1

10 months ago

1.1.0

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago