0.0.7 • Published 2 years ago

@bucksapp/web-bucksapp-sdk v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Bucksapp Web SDK

Reference for integrating with the Bucksapp Web SDK.

Overview

To get started with Bucksapp Web SDK, first, you'll want to contact us to get API keys and get further information about acquiring credentials for the Bucksapp API.

Getting Started

Install the SDK

npm i @bucksapp/web-bucksapp-sdk

Importing the library

<script src=".../dist/bucksapp.js"></script>

Initialize

<body>
...
<div id="iframe-container"></div>
...
<script src=".../dist/bucksapp.js"></script>
<script>
window.onload = (event) => {
    Bucksapp.initializeIframe(
        'iframe-container',
        'API_KEY',
        'uuid',
        'environment'
        { "language": 'en' } //options
    );
};
</script>

</body>

Options

language "es", "en"

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago