0.2.1 • Published 6 months ago

@bn2me/client v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@bn2me/client

This is a client library to interact with the bn2.me API.

Usage

import { Bn2MeClient } from '@bn2me/client';

const client = new Bn2MeClient({ client_id: '<client_id>' });
const url = client.getAuthorizationUrl({ /* ... */ });

// redirect user to url

Installation

npm i @bn2me/client

License

@bn2me/client is licensed under the MIT License.

0.2.1

6 months ago

0.2.0

6 months ago

0.1.0

7 months ago