0.1.4 â€ĸ Published 8 months ago

@kernet/sabanks v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

ℹī¸ī¸ Description

The "South African Bank Information" npm library is a specialized JavaScript package that focuses on providing essential details about banks in South Africa

🔧 How to Install

Install using npm:

npm install @kernet/sabanks

Install using yarn:

yarn add @kernet/sabanks

Install using pnpm:

pnpm add @kernet/sabanks

👨đŸģ‍đŸĢ How to Use

Get full details

import { SABanks } from "@kernet/sabanks";

const saBanks = new SABanks();

// Get Bank List
console.log(saBanks.getBanks())

💁đŸģ Contributing

This is an open source project. Any contribution would be greatly appreciated! This project uses pnpm.

0.1.4

8 months ago

0.1.1

8 months ago

0.0.1

8 months ago