Skip to content

bucketeer-io/javascript-client-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

73cf683 · Mar 5, 2025
Mar 5, 2025
Apr 17, 2024
Dec 3, 2024
Mar 5, 2025
Nov 26, 2024
Nov 26, 2024
Jan 13, 2023
Mar 28, 2023
Jan 7, 2025
Mar 9, 2023
Mar 5, 2025
Mar 5, 2025
Apr 25, 2023
Apr 25, 2023
Jul 3, 2023
Mar 28, 2023
Nov 18, 2024
Mar 5, 2025
Mar 5, 2025
Jul 3, 2023
Sep 24, 2024
Apr 5, 2024
Jul 3, 2023
Jan 13, 2023
Jan 13, 2023
Jul 3, 2023
Jul 3, 2023
Sep 11, 2023
Jul 3, 2023

Repository files navigation

Bucketeer Client-side SDK for JavaScript

Getting started

Refer to the SDK documentation for instructions on how to use the SDK.

Development

Environment

  • pnpm
    • enable it via corepack enable
  • Node.js
    • check ./.node-version

You need .env file to provide api secrets. Just copy env.template and rename it to .env, then update it with your secrets.

Example

  • You need .env file. Please follow instruction in Environment section.
  • Define Feature Flags and Goals in your Bucketeer console
  • Modify example/index.ts to use your Feature Tag, Feature IDs and Goal IDs
  • Run pnpm example:serve