https://github.com/croct-tech/sdk-js
A personalization toolkit for building amazing things.
https://github.com/croct-tech/sdk-js
croct javascript personalization sdk typescript
Last synced: 12 days ago
JSON representation
A personalization toolkit for building amazing things.
- Host: GitHub
- URL: https://github.com/croct-tech/sdk-js
- Owner: croct-tech
- License: mit
- Created: 2019-05-26T16:50:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-14T20:21:09.000Z (about 2 months ago)
- Last Synced: 2026-01-14T21:37:04.140Z (about 2 months ago)
- Topics: croct, javascript, personalization, sdk, typescript
- Language: TypeScript
- Homepage:
- Size: 2.22 MB
- Stars: 31
- Watchers: 5
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - sdk-js - tech | 29 | (TypeScript)
README
SDK JS
The official Croct SDK for JavaScript.
## Installation
The preferred way to install the Croct SDK is to use the NPM package manager. Simply enter the following command into a terminal window:
```sh
npm install @croct/sdk
```
## Contributing
Contributions to the package are always welcome!
- Report any bugs or issues on the [issue tracker](https://github.com/croct-tech/sdk-js/issues).
- For major changes, please [open an issue](https://github.com/croct-tech/sdk-js/issues) first to discuss what you would like to change.
- Please make sure to update tests as appropriate.
## Testing
Before running the test suites, the development dependencies must be installed:
```sh
npm install
```
Then, to run all tests:
```sh
npm test
```
## License
This project is released under the [MIT License](LICENSE).