- Pass a twitter handle to receive a personality profile produced by IBM Watson's Personality Insights API.
- Working Demo: https://ucla-hackers.github.io/twitter-watson-personality-insights/
- Respository: https://github.com/UCLA-Hackers/twitter-watson-personality-insights
var twitterHandle = taylorswift13;
$.post(`https://twitter-watson-proxy-api.herokuapp.com/json/${twitterHandle}`, function(data) {
console.log(data);
};
- Node.js
- Express.js
- dot.env
- Hostied via Heroku