shipment-client

1.1.0 • Public • Published

shipment-client

Provides a standardized client wrapper to interface with shipment HTTP servers

Install

$ npm install shipment-client

Usage

 
const ShipmentClient = require('shipment-client');
 
ShipmentClient.create('localhost:6565').then(client => {
   
    client.someAction({foo: bar});
});

License

MIT © sgtlambda

Readme

Keywords

none

Package Sidebar

Install

npm i shipment-client

Weekly Downloads

12

Version

1.1.0

License

MIT

Last publish

Collaborators

  • jmversteeg