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.
1 parent 5dc6222 commit 980182cCopy full SHA for 980182c
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