@featbit/openfeature-provider-js-client
v2.0.0
Published
A OpenFeature provider implementation for the FeatBit js client SDK
Downloads
132
Readme
featbit-client Provider
Introduction
This is the OpenFeature provider for the JavaScript Client-Side SDK for the 100% open-source feature flags management platform FeatBit.
Installation
npm install @openfeature/web-sdk
npm install featbit-js-client-sdk
npm install @featbit/openfeature-provider-js-client
Building
Run npm run build
to build the library.
Running unit tests
Run npm run test
to execute the unit tests via Jest.