@ezbot-ai/javascript-sdk
Version:
The easiest way to interact with ezbot via JS (node and browser)
24 lines (12 loc) • 989 B
Markdown
# ezbot Javascript SDK
The easiest way to interact with ezbot via JS (browser). For ease of use, our Javascript library wraps Snowplow's [Browser Tracker](https://www.npmjs.com/package/@snowplow/browser-tracker) (BSD-3 License).
## Docs
For full documentation, please visit [docs.ezbot.ai](https://docsezbot.ai/).
## Credits
`ezbot-ai/ezbot-javascript-sdk` is maintained by [ezbot](ezbot.ai) and many [constributors](https://github.com/ezbot-ai/javascript-sdk/graphs/contributors).
### First-party Code
First-party code is stored in the `src` directory, with the exception of the `vendor` subdirectory.
### Third-party Code
Third-party code is brought in via npm, with a full manifest available in the `package.json` file. 3rd party code is also present in the `src/vendor` directory.
### Special Thanks
Special thanks to Snowplow Analytics, Ltd, for their [Browser Tracker](https://www.npmjs.com/package/@snowplow/browser-tracker) library and other open source contributions.