IBM / aspera-sdk-js

IBM Aspera for Desktop JavaScript SDK
https://ibm.github.io/aspera-sdk-js/docs
Apache License 2.0
0 stars 0 forks source link

IBM Aspera JavaScript SDK

This JavaScript SDK allows web applications to integrate with IBM Aspera to perform high-speed Aspera file transfers.

Documentation is available on GitHub Pages

Installation

Install via npm:

$ npm install --save @ibm-aspera/sdk

Install from source:

$ git clone https://github.com/IBM/aspera-sdk-js.git
$ cd aspera-sdk-js
$ npm install

When installing from source, the dist directory includes a js directory that contains the bundled JavaScript SDK that can be included via script tag or copied to a web server for hosting.

Development

To get started with development, take a look here.