Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/featbit/openfeature-provider-js-client


https://github.com/featbit/openfeature-provider-js-client

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# featbit-client Provider

## Introduction

This is the OpenFeature provider for the [JavaScript Client-Side SDK](https://github.com/featbit/featbit-js-client-sdk) for the 100% open-source feature flags management platform [FeatBit](https://github.com/featbit/featbit).

## Installation

```bash
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](https://jestjs.io).