A two-day-hackathon result.
Search for tweets, analyze with AYLIEN and show the result.
- Get the Qlik Associative Engine up and running. Note that you must accept the Qlik Core EULA by setting the
ACCEPT_EULA
environment variable.
ACCEPT_EULA=yes docker-compose up -d
- Install dependencies
npm install
- Fetch Twitter API keys and access tokens and AYLIEN Application ID and Application Key and add those in server.js
- Start the server and the ui.
npm run server
npm run sentiment-ui
- Go to http://localhost:8080