Meridian Web SDK
License
MIT
Documentation
Please read the documentation from our site.
Examples
We have several examples of how to use the SDK.
Installation
Install from npm:
$ npm install @meridian/web-sdk
And then for CommonJS imports use:
var MeridianSDK = require("@meridian/web-sdk");
Or for ES modules imports:
import MeridianSDK from "@meridian/web-sdk";
If you would like a standalone JS file with all dependencies bundled that you can use from a script tag, download the latest version and include it:
<script src="meridian-sdk.js"></script>
Which will make a global object called MeridianSDK