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
How to use it:
var Sheba = require('iran-sheba');
console.log(Sheba.isValid('IR012345678901234567890123'));
console.log(Sheba.recognize('IR012345678901234567890123'));
- extract account number
- add following banks: sina
Drop an email to [email protected]
Open issues
Submit PRs.