Provide a simple gem to get shipping information of brazilian post service(Correios).
Add this line to your application's Gemfile:
gem 'business-br-shipping'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install business-br-shipping
require 'business-br-shipping'
tracking_code = 'XXX12345689'
Business::BR::Shipping.tracking(tracking_code)
Bug reports and pull requests are welcome on GitHub at https://github.com/dvinciguerra/business-br-shipping.
Daniel Vinciguerra
The gem is available as open source under the terms of the MIT License.