Project

postmaster

0.01
No commit activity in last 3 years
No release in over 3 years
Postmaster takes the pain out of sending shipments via UPS, Fedex, and USPS. Save money before you ship, while you ship, and after you ship. See https://www.postmaster.io for details.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

< 2, >= 1.0.4
 Project Readme

Postmaster

Developer Friendly Shipping

Postmaster takes the pain out of sending shipments via UPS, Fedex, and USPS. Save money before you ship, while you ship, and after you ship.

https://www.postmaster.io/

Requirements

Installation

You can install using gem or from source.

Gem

Add this line to your application's Gemfile:

gem 'postmaster'

And then execute:

$ bundle

Or install it yourself as:

$ gem install postmaster

Source

Download the postmaster-ruby source:

$ git clone https://github.com/postmaster/postmaster-ruby

If you want to build the gem from source:

$ cd postmaster-ruby
$ gem build postmaster.gemspec

Usage

See https://www.postmaster.io/docs for tutorials and documentation.

Issues

Please use appropriately tagged github issues to request features or report bugs.

Testing

$ PM_API_KEY=your-api-key rake test