This is a public repository for a Node/Express/Vue.js app that allows users to load and analyze a given Twitter user's via the Twitter API and IBM Watson Natural Language Understanding.
A running demo of this application is hosted here.
API Keys Needed:
- In order for this to work locally, you must enter your own Twitter API Token and your own Watson API Key.
- Copy and paste your Watson API Key/Token into the .env file.
- Copy and paste your Twitter API Key/Token into the api.js file.
npm install
npm run serve
npm run build
npm run lint
- You must build the front-end prior to running the back end.
npm run backEndDev
You can also just run it locally in a container via Docker (see Dockerfile).