/twitter-service

API service for Twitter API, using sentiment analysis and websockets

Primary LanguageJavaScript

twitter-service

API service for Twitter API, using sentiment analysis and websockets

Requirements

  • Node
  • NPM
  • Web socket enabled browser
  • Twitter API credentials
  • Alchemy API key (optional)
  • NVM (optional)

Installation

$ git clone --branch=master --depth=1 https://github.com/Ollie-H/twitter-service.git
$ cd twitter-service
$ rm -rf /.git
$ nvm use
$ npm install

Run the example

Change example options in examples/main.js and add API credentials

$ npm start

Visit http://localhost:5000 in your browser to see tweet (see console for full output showing sentiment if you have added it)