bipbop
Ruby Wrapper for bipbop
INSTALATION
gem install bipbop
USAGE
CPF
bipbop = Bipbop.new('my api key')
name = bipbop.cpfcnpj('99999999999') # where 99999999999 is the number of one cpf
puts name
# => "NAME OF PERSON"
CNPJ
bipbop = Bipbop.new('my api key')
name = bipbop.cpfcnpj('99999999000100') # where 99999999000100 is the number of cnpj
puts name
# => "NAME OF COMPANY LTDA"
LICENSE
bipbop is released under the MIT License.
AUTHOR
Rafael Lima
Working at Boleto Simples
Site: http://rafael.adm.br
Github: http://github.com/rafaelp
Twitter: http://twitter.com/rafaelp