1.0.1 • Published 7 years ago

node-shipping-ups v1.0.1

Weekly downloads
40
License
ISC
Repository
github
Last release
7 years ago

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
});

FUNCTIONS

Links

1.0.1

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.1

7 years ago

1.0.0

7 years ago

0.0.0

7 years ago