Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

# Signalerjs

[![Overall](https://img.shields.io/endpoint?style=flat&url=https://app.opslevel.com/api/service_level/r8xIFNkJ1ve-qpY15sTrcj2YPTIF3298jgr5mosxmmU)](https://app.opslevel.com/services/signalerjs/maturity-report)

`Signalerjs` is an [AB testing](https://en.wikipedia.org/wiki/A/B_testing) library. It provides a JavaScript interface to sample users into test groups and specify different logic depending on the test group in which a user has been placed. We will refer to each test as a "feature" and the different test groups per "feature" as "feature flags" (hence the name "Signaler").

## Installation
Expand Down Expand Up @@ -113,4 +115,4 @@ else if (flag === 'control') {
} else {
// other logic
}
```
```