The official SPiD SDK for Javascript. Pull requests are welcome.
The JS SDK is developed, concatinated, minified and tested with nodejs and grunt. If you want to contribute with development, or set up your own development envirionment, follow these steps.
Install nodejs via Homebrew or nvm or your preferred setup.
# To run grunt tasks
npm install -g grunt-cli
# To run tests with mocha
npm install -g phantomjs
# Install SDK devDependencies
npm install
Docs are available in our techdocs
Remember to build the SDK, or use one from the dist directory. It can also be retrieved and installed using Bower.
Do not use Pulse version unless explicitly told so.