This is an example of using the Creative SDK for web with jQuery.
Just follow the steps below.
- Register a new app for the Creative SDK
- Note your Client ID. You will need it soon.
git clone
the parent repocd
into this subdirectory- Run
npm install
(for Bootstrap, jQuery and http-server) - Add your Client ID as a string in
index.js
(replacing the string"<YOUR_KEY_HERE>"
) - Run "npm start" to serve the app, and visit it in your browser at
localhost:8080
Check out the Getting started guide for configuration options and more!