Skip to content

Commit 5e1e188

Browse files
authored
feat: added-flagsmith-node-provider (#1276)
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR - Adds flagsmith nodeJS provider to the ecosystem list ### Related Issues ### Notes ### Follow-up Tasks ### How to test <img width="1170" height="622" alt="image" src="https://github.com/user-attachments/assets/a6dac9ce-8de2-4585-8ad4-fd6e784c8b7a" /> --------- Signed-off-by: wadii <[email protected]>
1 parent 804a3bc commit 5e1e188

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/datasets/providers/flagsmith.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ export const Flagsmith: Provider = {
2323
href: 'https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/flagsmith-client',
2424
category: ['Client'],
2525
},
26+
{
27+
technology: 'JavaScript',
28+
vendorOfficial: true,
29+
href: 'https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/flagsmith',
30+
category: ['Server'],
31+
},
2632
{
2733
technology: '.NET',
2834
vendorOfficial: true,

0 commit comments

Comments
 (0)