Skip to content

Commit

Permalink
feat: add Growthbook node provider (#922)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Jan 16, 2025
1 parent 5710a06 commit e5d0257
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/datasets/providers/growthbook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@ export const GrowthBook: Provider = {
href: 'https://docs.growthbook.io/lib/js#openfeature-provider',
category: ['Client'],
},
{
technology: 'JavaScript',
vendorOfficial: true,
href: 'https://github.com/open-feature/js-sdk-contrib/blob/main/libs/providers/growthbook/README.md',
category: ['Server'],
},
],
};

0 comments on commit e5d0257

Please sign in to comment.