Skip to content

Instantly share code, notes, and snippets.

@statueofibberty
Created August 13, 2018 23:27
Show Gist options
  • Save statueofibberty/759c8947d0329da3c26aeaadd7ae6822 to your computer and use it in GitHub Desktop.
Save statueofibberty/759c8947d0329da3c26aeaadd7ae6822 to your computer and use it in GitHub Desktop.
const readline = require('readline');
const Json2csvParser = require('json2csv').Parser;
const fs = require('fs')
const v3 =require('watson-developer-cloud/personality-insights/v3');
const auth = new v3({
username: "XXX",
password: "XXX",
version_date: "XXX"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment