# Flagshipjs **Repository Path**: mirrors_line/Flagshipjs ## Basic Information - **Project Name**: Flagshipjs - **Description**: Feature toggle system API-Client SDK follow OpenFeature specification. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flagshipjs --- The LINE Open-Feature x Openflagr API SDK for JavaScript is a JavaScript library that provides an API client SDK to integrate a toggle system, named [Openflagr](https://github.com/openflagr/flagr) and follows the [Open-Feature](https://openfeature.dev/) specification. ## Getting started Before we get started, please make sure you have installed Node and Docker. ### Run Local Flagr Server ``` yarn install yarn dev:svr ``` ### Lint - Lint will be performed automatically while pushing to the repo. To skip, push with `--no-verify`. ## Examples | Name | Description | | ------------------------------------ | --------------------------------------------------------------- | | [On / Off](./examples/OnOff) | An simple example of OpenFeature with OpenFlagr provider | | [A/B Testing](./examples/AB-testing) | An A/B testing example of OpenFeature with OpenFlagr provider | | [Canary Release](./examples/Canary) | A canary release example of OpenFeature with OpenFlagr provider | | [White List](./examples/Whitelist) | A white list example of OpenFeature with OpenFlagr provider | ## Contributing If you believe you found a vulnerability or you have an issue related to security, please **DO NOT** open a public issue. Instead, send us an email at dl_oss_dev@linecorp.com. Before contributing to this project, please read [CONTRIBUTING.md](./CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md).