No release in over 3 years
Low commit activity in last 3 years
Shipping info lib that provide API integrations with brazilian companies.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 4.4.1
 Project Readme

Business::Br::Shipping

Provide a simple gem to get shipping information of brazilian post service(Correios).

Installation

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

Usage

require 'business-br-shipping'

tracking_code = 'XXX12345689'
Business::BR::Shipping.tracking(tracking_code)

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dvinciguerra/business-br-shipping.

Author

Daniel Vinciguerra

License

The gem is available as open source under the terms of the MIT License.