@devcycle/openfeature-web-provider
Version:
OpenFeature Web SDK Provider for DevCycle JS SDK
20 lines (10 loc) • 741 B
Markdown
# OpenFeature DevCycle Javascript Web Provider
This library provides a Javascript implementation of the [OpenFeature](https://openfeature.dev/) Web Provider interface for [DevCycle Javascript Client SDK](https://docs.devcycle.com/sdk/client-side-sdks/javascript/).
## Building
Run `yarn nx build openfeature-web-provider` to build the library.
## Running Unit Tests
Run `yarn nx test openfeature-web-provider` to execute the unit tests via [Jest](https://jestjs.io).
## Example App
See the [example app](/dev-apps/openfeature-web) for a working example of the OpenFeature Web DevCycle Provider.
## Usage
See our [documentation](https://docs.devcycle.com/sdk/client-side-sdks/javascript/javascript-openfeature) for more information.