Developer friendly shipping
npm install postmaster-shippingpostmaster-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/
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.