node-shipping-ups
v1.0.1
Published
UPS API for Node.JS
Downloads
44
Readme
Node Shipping UPS
Install
npm i node-shipping-ups
Usage
Init
const UPSAPI = require('node-shipping-ups');
const ups = new UPSAPI({
environment: 'development' // or production,
debug: true,
username: '[username]',
password: '[password]',
key: '[key]',
imperial: false
});