8000 GitHub - jonyw4/ups-js: πŸš› A javascript client to consume the UPS REST API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

jonyw4/ups-js

Repository files navigation

UPS Client API

npm (scoped) Build Status codecov semantic-release

A JavaScript library to interface with UPS API, it works with Node.js. The documentation can be found here.

🌟 Features

This library its in early stages, so it doesn't have interfaces for all UPS features (Your PR is very welcome).

With this library you can:

  • Create Shipment

πŸ“– How to use?

Install the library

npm i ups-js

Import the library

import UPS from 'ups-js';

const ups = new UPS(token, isSandbox, timeout);
const response = await ups.createShipment({...});

πŸ“š API Docs

This library provides a promise based interface for all functions. Before you can use the library, you need to provide authentication details which will be used through API calls.

For a detailed documentation, see our Documentation.

😍 Do you like?

Please, consider supporting my work as a lot of effort takes place to create this repo! Thanks a lot.

Buy Me A Coffee

About

πŸš› A javascript client to consume the UPS REST API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0