0.6.6 • Published 10 months ago

@atono-io/web-sdk v0.6.6

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Atono Web SDK

Quick start

Requirements

  • ES2022-compatible web browser (Chrome, Edge, Firefox, etc)

Install

npm install --save @atono-io/web-sdk

Usage

import { Atono } from '@atono-io/web-sdk';

const atono = Atono.fromEnvironmentKey('<your-environment-key>');

async function main() {
    const featureFlags = await atono.getFeatureFlags();

    const amazingFeatureEnabled = featureFlags.getBooleanValue('amazing_feature_enabled', false);

    if (amazingFeatureEnabled) {
        console.log('Amazing feature is enabled 😎');
    }
}

main();
0.6.6

10 months ago

0.6.3

10 months ago

0.6.2

10 months ago

0.6.5

10 months ago

0.6.4

10 months ago

0.6.1

10 months ago

0.6.0

10 months ago

0.5.4

10 months ago

0.5.3

11 months ago

0.5.0

11 months ago

0.5.2

11 months ago

0.5.1

11 months ago

0.4.0

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago