1.1.0 • Published 5 years ago

iran-sheba v1.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

iran-sheba

A javascript library to validate and recognize IBAN (International Bank Account Number, Sheba)

IBAN (Sheba) validation and Recognition in javascript.

To use iran sheba you just need to:

npm install iran-sheba --save

Usage

How to use it:

var Sheba = require('iran-sheba');

console.log(Sheba.isValid('IR012345678901234567890123'));

console.log(Sheba.recognize('IR012345678901234567890123'));

To Do:

  • extract account number
  • add following banks: sina

Suggestions?

Drop an email to r.ghorbani.f@gmail.com

Open issues

Submit PRs.

1.1.0

5 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago