vexillology
TypeScript icon, indicating that this package has built-in type declarations

1.5.5 • Public • Published

vexillology

npm NPM npm GitHub issues semantic-release: angular

Pluggable feature flag SDK for Javascript

Installation

npm install --save vexillology

Usage

import { Vexillology, LaunchDarklyClient } from 'vexillology';

const user = {
  key: 'aa0ceb',
};

const client = new LaunchDarklyClient('YOUR_CLIENT_SIDE_ID', user);
const vex = new Vexillology(ld);

await vex.ready();

const value = vex.get('YOUR_FEATURE_KEY');

Readme

Keywords

none

Package Sidebar

Install

npm i vexillology

Weekly Downloads

3

Version

1.5.5

License

MIT

Unpacked Size

20.6 kB

Total Files

17

Last publish

Collaborators

  • manbearwiz