iran-sheba

1.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i iran-sheba

Weekly Downloads

30

Version

1.1.0

License

MIT

Unpacked Size

16.7 kB

Total Files

6

Last publish

Collaborators

  • rghorbani