Skip to content

willderazevedo/febranban-bancos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Pacote responsável por listar todos os bancos do Brasil relacionado ao Febraban

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published