Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/featbit/openfeature-provider-js-client
https://github.com/featbit/openfeature-provider-js-client
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/featbit/openfeature-provider-js-client
- Owner: featbit
- Created: 2023-11-20T08:54:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-03T07:37:17.000Z (9 months ago)
- Last Synced: 2024-05-18T18:45:47.356Z (8 months ago)
- Language: TypeScript
- Size: 607 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).