1.1.4 • Published 6 years ago

febraban-bancos v1.1.4

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

febraban-bancos NPM version NPM monthly downloads

Returns a array with all Brazilian banks relationed with Febraban

Install

Install using npm:

$ npm install --save febraban-bancos

How to use

Create your js file and do as below

var FebrabanBanks = require('febraban-bancos');

FebrabanBanks.getBanks().then(data => {
  // Do your stuff
}).catch(err => {
  // Do your stuff
});

Return

[
  {
    "code": "101",
    "name": "Banco do Brasil"
  },
]

Author

Willder Azevedo

License

Copyright © 2018, Willder Azevedo. Released under the MIT License.

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago