postmaster-shipping

1.0.7 • Public • Published

postmaster-nodejs

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/

Installation

npm install postmaster-shipping

Usage

If the library was installed through npm:

var postmaster = require('postmaster-shipping')({
    apiKey: '0b9a54438fba2dc0d39be8f7c6c71a58',
    password: undefined
}, true);

If running from source, see test/index.js for sample code.

For those who have passwordless accounts, simply leave the password field as undefined. The true flag indicates debug mode, which outputs slightly more information to the console.

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

Issues

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

Package Sidebar

Install

npm i postmaster-shipping

Weekly Downloads

15

Version

1.0.7

License

none

Last publish

Collaborators

  • morbidzach