https://github.com/mixmaxhq/mixmax-sdk-js
Mixmax SDK JS
https://github.com/mixmaxhq/mixmax-sdk-js
corgi-tag
Last synced: 18 days ago
JSON representation
Mixmax SDK JS
- Host: GitHub
- URL: https://github.com/mixmaxhq/mixmax-sdk-js
- Owner: mixmaxhq
- Created: 2015-09-16T03:08:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T11:22:32.000Z (over 1 year ago)
- Last Synced: 2024-10-15T15:45:15.327Z (7 months ago)
- Topics: corgi-tag
- Language: JavaScript
- Size: 465 KB
- Stars: 6
- Watchers: 28
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Mixmax JS SDK
[](https://travis-ci.org/mixmaxhq/mixmax-sdk-js)
This repo is for our Mixmax JavaScript SDK for use by third party apps as well as Mixmax's own apps.
It exports a top level module called `Mixmax`, with submodules* `Mixmax.editor`: APIs for managing the lifecycle of a [Mixmax enhancement]'s editor as documented
[here][Mixmax.editor docs].
* `Mixmax.widgets`: APIs for embedding Mixmax functionality in your own website, currently the
sequence picker as documented [here][sequence picker docs] and the embedded calendar as documented
[here][embedded cal docs].
* `Mixmax.sidebar`: APIs for integrating your website into the Mixmax sidebar as documented
[here][Mixmax.sidebar docs].If you are interested in contributing to this repo, see [here][CONTRIBUTING.md].
[Mixmax enhancement]: https://developer.mixmax.com/docs/overview-enhancement
[Mixmax.editor docs]: https://developer.mixmax.com/docs/overview-enhancement#sdkjs
[sequence picker docs]: https://developer.mixmax.com/docs/sequences-picker
[embedded cal docs]: https://developer.mixmax.com/docs/embedded-calendar
[Mixmax.sidebar docs]: https://developer.mixmax.com/docs/sidebars
[CONTRIBUTING.md]: CONTRIBUTING.md