This package has been deprecated

Author message:

febraban-bancos has been deprecated, see https://github.com/willderazevedo/febranban-bancos/issues/8

febraban-bancos

1.1.4 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i febraban-bancos

Weekly Downloads

7

Version

1.1.4

License

MIT

Unpacked Size

4.81 kB

Total Files

4

Last publish

Collaborators

  • willderazevedo