Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loicmahieu/ibanbic
Wrapper for ibanbic.be API.
https://github.com/loicmahieu/ibanbic
Last synced: about 1 month ago
JSON representation
Wrapper for ibanbic.be API.
- Host: GitHub
- URL: https://github.com/loicmahieu/ibanbic
- Owner: LoicMahieu
- Created: 2015-05-26T13:36:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T11:52:32.000Z (almost 8 years ago)
- Last Synced: 2024-11-07T22:39:41.175Z (2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ibanbic
Wrapper for [ibanbic.be](http://www.ibanbic.be/) API.
## Install
```sh
npm install ibanbic
```## Usage
```js
var ibanbic = require('ibanbic')
ibanbic.BBANtoIBAN('BE62510007547061', function (err, bic) {
// bic === VAPE BE 21
})
```## Methods
A subset of methods are implemented.
- `BBANtoIBAN(value, callback)`
- `BBANtoBIC(value, callback)`
- `BBANtoBANKNAME(value, callback)`
- `BBANtoIBANandBIC(value, callback)`
- `CheckBBAN(value, callback)`
- `controleIBAN(value, callback)`
- `getBelgianBBAN(value, callback)`