No commit activity in last 3 years
No release in over 3 years
This gem will give some tracking information
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.9
~> 10.0

Runtime

~> 1.6
 Project Readme

Chilexpress Rails Gem

Simple to use rails gem for get Chilexpress order's information

Installation

Add this line to your application's Gemfile:

gem 'chilexpress_rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install chilexpress_rails

Usage

# you must provide a valid Chilexpress order code
my_tracking_code = '<some_chilexpress_tracking_number>'

order = ChilexpressRails.search_order(my_tracking_code)

# after that, you can take a look on values
puts order.track_number
puts order.product
puts order.service
puts order.status
puts order.receiver_name
puts order.receiver
puts order.datetime

References

This is a brand new updated gem that taking some (great part) of holamendis's gem (https://github.com/holamendi/chilexpress). That was a good starting point to do this.

Contributing

  1. Fork it ( https://github.com/zetahawke/chilexpress_rails/fork )
  2. Create your feature branch (git checkout -b my-local-branch)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-local-branch)
  5. Create a new Pull Request