Project

jp_post

0.0
No commit activity in last 3 years
No release in over 3 years
Gem to access JP Posts Services.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

JP Post 📮

Gem Version Build Status Code Climate

A gem to access JP Post Services.

Requirements

  • Ruby 1.9

Installation

Add this to your gemfile

gem 'jp_post'

and

bundle

Tracking 📍

Track a package with it's item number.

package = JpPost::Tracking.new("RR123455678")

Access information from the tracking website.

package = JpPost::Tracking.new("CI123455678")

package.classification # e.g. Parcel
package.additional_services # Additional Services 
package.history # Array of package movement history

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