Sha256: 345996fde77c4544f7ed95551bb1d9659d3ef46f4f9ddbc52a66faf8755d8f4a
Contents?: true
Size: 685 Bytes
Versions: 2
Compression:
Stored size: 685 Bytes
Contents
# PostmonRuby postmon_ruby permite consultar cep's através da api do postmon ## Installation Add this line to your application's Gemfile: gem 'postmon_ruby' And then execute: $ bundle Or install it yourself as: $ gem install postmon_ruby ## Usage ```ruby require 'postmon_ruby' resultado = PostmonRuby::Client.search "01330000" puts resultado.logradouro puts resultado.bairro puts resultado.cidade puts resultado.estado ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
postmon_ruby-1.0.1 | README.md |
postmon_ruby-1.0.0 | README.md |