Node
If you’re using Npm in your project, you can add ipsp-js-sdk
dependency to package.json
with following command:
npm i --save ipsp-js-sdk
or add dependency manually:
{
"dependency": {
"ipsp-js-sdk":"^1.0"
}
}
Bower
If you’re using Bower in your project, you can run the following command:
bower install ipsp-js-sdk
Manual installation
If you do not use NodeJS, you can download the latest release. Or clone from GitHub the latest developer version
git clone git@github.com:cloudipsp/ipsp-js-sdk.git
CDN
<script src="https://unpkg.com/ipsp-js-sdk"></script>