0.3.1 • Published 2 years ago

@goodloans/connect v0.3.1

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

@goodloans/connect

This is a package for integrating the Goodloans loans platform into your UI.

Installation

npm install @goodloans/connect

or

yarn add @goodloans/connect

Getting Started

@goodloans/connect now allows you to own how the webapp is opened (whether this be from a button click or another event).

Once you have retrieved the authentication token from the Goodloans API, you'll need to launch the Goodloans webapp with the token.

import { Goodloans } from '@goodloans/connect';

const goodloans = new Goodloans();

async function main() {
    const { token } = await authorize();
    goodloans.launch(token);
}

main();

Once this is complete you should be ready to go!

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.208

2 years ago

0.0.206

3 years ago

0.0.205

3 years ago

0.0.204

3 years ago

0.0.203

3 years ago

0.0.202

3 years ago

0.0.201

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago