0.0.14 • Published 9 months ago

@moovio/moov-js v0.0.14

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
9 months ago

Moov.js loader

Use this module to initialize Moov.js in your client side web application.

Install

Use npm to install the Moov.js module.

npm install @moovio/moov-js

Initialize

loadMoov

Import loadMoov from the newly installed package. After you generate an access token you can add it as a parameter to loadMoov. This function returns a Promise with a Moov object once Moov.js has been loaded. It will also load Moov.js and insert it in a script tag if it does not already exist in the DOM. If there is no DOM, like in a server environment, it will resolve to null.

import { loadMoov } from '@moovio/moov-js';

const moovToken = "eyJhbGciOiJSUzI1NiIsIm...";
const moov = await loadMoov(moovToken);

The moov instance is now available for use!

moov.accounts.create({...});

Moov.js documentation

Refer to our docs for more information about how to use Moov.js for onboarding and moving money.

0.0.14

9 months ago

0.0.13

11 months ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago