Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/featureprobe/client-sdk-js
FeatureProbe Client Side SDK for JavaScript
https://github.com/featureprobe/client-sdk-js
feature-flags feature-toggles sdk typescript
Last synced: 3 days ago
JSON representation
FeatureProbe Client Side SDK for JavaScript
- Host: GitHub
- URL: https://github.com/featureprobe/client-sdk-js
- Owner: FeatureProbe
- License: apache-2.0
- Created: 2022-05-25T12:18:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T19:56:28.000Z (about 2 months ago)
- Last Synced: 2024-10-31T18:58:50.065Z (20 days ago)
- Topics: feature-flags, feature-toggles, sdk, typescript
- Language: TypeScript
- Homepage:
- Size: 1.11 MB
- Stars: 23
- Watchers: 4
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FeatureProbe Client Side SDK for JavaScript
[![Top Language](https://img.shields.io/github/languages/top/FeatureProbe/client-sdk-js)](https://github.com/FeatureProbe/client-sdk-js/search?l=rust)
[![Coverage Status](https://coveralls.io/repos/github/FeatureProbe/client-sdk-js/badge.svg?branch=main)](https://coveralls.io/github/FeatureProbe/client-sdk-js?branch=main)
[![Github Star](https://img.shields.io/github/stars/FeatureProbe/client-sdk-js)](https://github.com/FeatureProbe/client-sdk-js/stargazers)
[![Apache-2.0 license](https://img.shields.io/github/license/FeatureProbe/FeatureProbe)](https://github.com/FeatureProbe/FeatureProbe/blob/main/LICENSE)[FeatureProbe](https://featureprobe.com/) is an open source feature management service. This SDK is used to control features in JavaScript programs. This
SDK is designed primarily for use in multi-user systems such as web servers and applications.## Basic Terms
Reading the short [Basic Terms](https://github.com/FeatureProbe/FeatureProbe/blob/main/BASIC_TERMS.md) will help to understand the code blow more easily. [中文](https://github.com/FeatureProbe/FeatureProbe/blob/main/BASIC_TERMS_CN.md)
## Core Data Structures
Reading the short [Doc](https://github.com/FeatureProbe/feature-probe-docs/blob/b8c55a35c771e4223469f1b121f8b78ab3d9bc22/docs/sdk/sdk-introduction.md?plain=1#L13-L34) about core data sturtures. [中文](https://github.com/FeatureProbe/feature-probe-docs/blob/b8c55a35c771e4223469f1b121f8b78ab3d9bc22/i18n/zh-CN/docusaurus-plugin-content-docs/current/sdk/sdk-introduction.md?plain=1#L14-L35)
## How to use this SDK
See [SDK Doc](https://featureprobe.github.io/FeatureProbe/how-to/Client-Side%20SDKs/javascript-sdk/) for detail([中文](https://featureprobe.github.io/FeatureProbe/zh-CN/how-to/Client-Side%20SDKs/javascript-sdk)). For more information about SDK API, please reference [SDK API](https://featureprobe.github.io/client-sdk-js/).
## Contributing
We are working on continue evolving FeatureProbe core, making it flexible and easier to use.
Development of FeatureProbe happens in the open on GitHub, and we are grateful to the
community for contributing bugfixes and improvements.Please read [CONTRIBUTING](https://github.com/FeatureProbe/featureprobe/blob/master/CONTRIBUTING.md)
for details on our code of conduct, and the process for taking part in improving FeatureProbe.## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.