0.9.0 • Published 7 months ago

blutui v0.9.0

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

blutui/blutui-node is the Node.js library for the Blutui API from application written in server-side Javascript.


Installation

Install the package with:

npm install blutui

Configuration

To use the library you must provide an access token, located in the Blutui Agency Console, as an environment variable BLUTUI_ACCESS_TOKEN:

BLUTUI_ACCESS_TOKEN="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"

Or, you can set it on your own:

import Blutui from 'blutui'

const blutui = new Blutui('eyJhbGciOiJIUzI1NiIsInR5...')

Usage

const blutui = new Blutui()

blutui.user.get()
blutui.user.email()
0.9.0

7 months ago

0.8.0

9 months ago

0.7.0

12 months ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.2

1 year ago

0.1.0

1 year ago