|
1 | 1 | <!-- markdownlint-disable MD033 --> |
2 | | -<!-- x-hide-in-docs-start --> |
3 | 2 | <p align="center"> |
4 | 3 | <picture> |
5 | 4 | <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/open-feature/community/0e23508c163a6a1ac8c0ced3e4bd78faafe627c7/assets/logo/horizontal/white/openfeature-horizontal-white.svg" /> |
|
9 | 8 |
|
10 | 9 | <h2 align="center">Shared js components (server and web)</h2> |
11 | 10 |
|
12 | | -<!-- x-hide-in-docs-end --> |
13 | | -<!-- The 'github-badges' class is used in the docs --> |
14 | | -<p align="center" class="github-badges"> |
15 | | - <a href="https://github.com/open-feature/spec/tree/v0.7.0"> |
16 | | - <img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.7.0&color=yellow&style=for-the-badge" /> |
17 | | - </a> |
18 | | - <!-- x-release-please-start-version --> |
19 | | - <a href="https://github.com/open-feature/js-sdk/releases/tag/server-sdk-v1.6.3"> |
20 | | - <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.6.3&color=blue&style=for-the-badge" /> |
21 | | - </a> |
22 | | - <!-- x-release-please-end --> |
23 | | - <br/> |
24 | | - <a href="https://open-feature.github.io/js-sdk/modules/OpenFeature_Server_SDK.html"> |
25 | | - <img alt="API Reference" src="https://img.shields.io/badge/reference-teal?logo=javascript&logoColor=white" /> |
26 | | - </a> |
27 | | - <a href="https://www.npmjs.com/package/@openfeature/server-sdk"> |
28 | | - <img alt="NPM Download" src="https://img.shields.io/npm/dm/%40openfeature%2Fserver-sdk" /> |
29 | | - </a> |
30 | | - <a href="https://codecov.io/gh/open-feature/js-sdk"> |
31 | | - <img alt="codecov" src="https://codecov.io/gh/open-feature/js-sdk/branch/main/graph/badge.svg?token=3DC5XOEHMY" /> |
32 | | - </a> |
33 | | - <a href="https://bestpractices.coreinfrastructure.org/projects/6594"> |
34 | | - <img alt="CII Best Practices" src="https://bestpractices.coreinfrastructure.org/projects/6594/badge" /> |
35 | | - </a> |
36 | | -</p> |
37 | | -<!-- x-hide-in-docs-start --> |
38 | | - |
39 | 11 | [OpenFeature](https://openfeature.dev) is an open standard that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool. |
40 | 12 |
|
41 | | -<!-- x-hide-in-docs-end --> |
42 | | - |
43 | 13 | ## 🔩 Shared JS components |
44 | 14 |
|
45 | 15 | > [!IMPORTANT] |
|
0 commit comments