An integrated messenging enviroment for both business and social interactions.
#What does it use? Node.js backend hostedon IBM Bluemix for the anayltics/insight analysis. For the communications/SMSing aspects we used Twillio's API's.
#How can you run it?
Our watson backend is already up here. We call a HTTP GET at our endpoint http://watsonmessenger.mybluemix.net/profile. The only URL query you will need (if you wish to see our backend in action) is text.
Example query: http://watsonmessenger.mybluemix.net/profile?text="Techcrunch Disrupt 2015 was legendary". You would add more text as the minimum text must be > 100 words.
To run Twillio, simply fork the project, cd into server, and run node app.js. The server runs locally at localhost:3008 as of right now.
made at TC Disrupt 2015 :)