1.1.4 • Published 7 years ago

febraban-bancos v1.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago