This JavaScript SDK allows web applications to integrate with the IBM Aspera for desktop app and perform high-speed Aspera file transfers.
Documentation is available on GitHub Pages
Install via npm:
$ npm install --save @ibm-aspera/desktop-sdk-js
Install from source:
$ git clone https://github.com/IBM/aspera-desktop-sdk-js.git
$ cd aspera-desktop-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.
To get started with development, take a look here.