Skip to content

Commit

Permalink
docs(readme):added sheba documents
Browse files Browse the repository at this point in the history
  • Loading branch information
EhsanAramide committed Mar 24, 2021
1 parent c003b14 commit ae97077
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- [ ] Validating Iranians national id
- [ ] Finding city and province names by national id
- [x] [Calculating bills](#calculating-bill---source)
- [ ] Checking IBAN of the bank account (_SHEBA_)
- [x] [Checking IBAN of the bank account (_SHEBA_)](#checking-iban-of-the-bank-account-sheba---source)
- [x] [Validating ATM card number](#validating-atm-card-number---source)
- [ ] Finding name of banks by ATM card number
- [ ] Getting information from vehicle plate
Expand Down Expand Up @@ -74,6 +74,14 @@ bill.isBillIdValid // true
bill();
```

- #### Checking IBAN of the bank account (_SHEBA_) - [source](https://github.com/persian-tools/dart-persian-tools/blob/master/lib/src/Sheba/methods.dart)

```dart
var sheba = Sheba('IR820540102680020817909002');
sheba(); // Returns all the information about bank from sheba
sheba.isValid; // true
```

- #### Validating ATM card number - [source](https://github.com/persian-tools/dart-persian-tools/blob/master/lib/src/validate_card_number.dart)

```dart
Expand Down

0 comments on commit ae97077

Please sign in to comment.