@nimpl/ab-tests
Version:
A package for conducting A/B tests on a website using middleware
29 lines (17 loc) • 652 B
Markdown
# /ab-tests
A package for conducting A/B tests on a website using middleware. The package's API is inspired by the familiar APIs from next.js.
Visit https://nimpl.dev/docs/ab-tests to view the full documentation.
## Installation
**Using npm:**
```bash
npm i /ab-tests
```
**Using yarn:**
```bash
yarn add /ab-tests
```
## Additional
Please consider giving a star if you like it, it shows that the package is useful and helps continue work on this and other packages.
Create issues for identified issues, desired getters, or various improvements.
## License
[MIT](https://github.com/vordgi/nimpl-ab-tests/blob/main/LICENSE)