From Stack Overflow: Watson API using Node.js #watson #nodejs
From Stack Overflow: BlueMix - Watson api using...
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required. Watson api using node.js I am trying to use this node.js code to use watson api which is in ibm cloud bluemix in our ios app. Can anybody tell me what this code is doing and provide us an answer how to use the watson service from our app. var express = require('express'); app.use(express.errorHandler()); app.use(express.urlencoded()); // to support URL-encoded bodies app.use(app.router); app.use(express.static(__dirname + '/public')); //setup static public directory app.set('view engine', 'jade'); app.set('views', __dirname + '/views'); //optional since express defaults to CWD/views // There are many useful...Read MoreIBM Technical Rock Star Program
No comments:
Post a Comment