Skip to content

Commit

Permalink
Added links for Openfeature Kameleoon provider for JS / NodeJS (#887)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
DmitryAE and Dmitry Eryshov authored Dec 26, 2024
1 parent 1be6117 commit 52b6c20
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/datasets/providers/kameleoon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,17 @@ export const Kameleoon: Provider = {
href: 'https://github.com/Kameleoon/openfeature-swift',
category: ['Client'],
},
{
technology: 'JavaScript',
vendorOfficial: true,
href: 'https://github.com/Kameleoon/openfeature-nodejs',
category: ['Server'],
},
{
technology: 'JavaScript',
vendorOfficial: true,
href: 'https://github.com/Kameleoon/openfeature-js',
category: ['Client'],
},
],
};

0 comments on commit 52b6c20

Please sign in to comment.