Skip to content

Commit 52b6c20

Browse files
DmitryAEDmitry Eryshov
andauthored
Added links for Openfeature Kameleoon provider for JS / NodeJS (#887)
Hello OpenFeature Team, Wishing you all a Merry Christmas and a Happy New Year! I’ve added links for the OpenFeature Kameleoon provider for JavaScript and Node.js. Thanks! Signed-off-by: Dmitry Eryshov <[email protected]> Co-authored-by: Dmitry Eryshov <[email protected]>
1 parent 1be6117 commit 52b6c20

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/datasets/providers/kameleoon.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,17 @@ export const Kameleoon: Provider = {
5353
href: 'https://github.com/Kameleoon/openfeature-swift',
5454
category: ['Client'],
5555
},
56+
{
57+
technology: 'JavaScript',
58+
vendorOfficial: true,
59+
href: 'https://github.com/Kameleoon/openfeature-nodejs',
60+
category: ['Server'],
61+
},
62+
{
63+
technology: 'JavaScript',
64+
vendorOfficial: true,
65+
href: 'https://github.com/Kameleoon/openfeature-js',
66+
category: ['Client'],
67+
},
5668
],
5769
};

0 commit comments

Comments
 (0)