Sample application to consume Cisco Spark API in Shipped.
Cisco Spark: Shipped Buildpack demo video (10 min). https://cisco.webex.com/cisco/ldr.php?RCID=98837d3fbf139ce537e8f11a660ccff0
For creating Application in Shipped using Spark buildpack refer to getting started section of Shipped document: http://shipped-cisco.com/shipped/api-docs/build/index.html#walkthroughs
At service creation Step need to select "Cisco Spark" Buildpack under API tab.
Rest project creation and and deployment section will remain same.
Once application is up and running, following screen will appear. It requires a auth token, which can be retrieved by logging into https://developer.ciscospark.com/.
After adding a valid token to application, list of all user rooms are shown.
New room can be created, by clicking New Room button and then entering Room Name and Invitation person email.
Clicking on Room name in rooms list will display all the messages of that room. User can chat with other person by typing and Send the message.
Clicking on Logout button, will log outs the user from application and opens Login page.