Using the Javascript SDKs
Fonoster libraries are available for NodeJS via the @fonoster/sdk
package or the Browser via @fonoster/websdk
.
NodeJS
Via NPM
npm install @fonoster/sdk
Find the source code on GitHub.
Browser
Via NPM
npm install @fonoster/websdk
If you're using a bundler (like Browserify or webpack), you can import the WebSDK module with:
import Fonoster from "@fonoster/websdk";
Or via CDN
<script src="https://unpkg.com/@fonoster/websdk@0.2.13/dist/websdk.js"></script>
// This will populate the object `Fonoster`