Skip to content

Latest commit

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Node-UPS

Javascript client for UPS JSON apis.

Usage

constUPS=require('node-ups');constups=newUPS({isSandbox: true,username: 'UPS_ACCOUNT_USERNAME',password: 'UPS_ACCOUNT_PASSWORD',licenseNumber: '<UPS_ACCESS_KEY>',});try{constshipment=awaitups.shipment.create(shipmentPayload);}catch({ UPSError }){console.log(UPSError.response.errors);}

TODO

  • Add more APIs.
  • Use @jsdoc to document APIs.

About

UPS Shipping API client for node.js

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages