We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dc6222 + 980182c commit ccc2b63Copy full SHA for ccc2b63
examples/personality_insights.v2.js
@@ -1,6 +1,7 @@
1
'use strict';
2
3
var watson = require('watson-developer-cloud');
4
+var fs = require('fs');
5
6
var personality_insights = watson.personality_insights({
7
username: 'INSERT YOUR USERNAME FOR THE SERVICE HERE',
0 commit comments