Skip to content

peterruggero/postmaster-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Developer Friendly Shipping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published