Skip to content

Baggins52/Rippl

 
 

Repository files navigation

Rippl

A web application that renders sentiment analyses for user-inputted Twitter handles, locations, and topics within locations.

Alt text

Getting Started

To get started, you will need some API keys to make everything work. Please get API keys for the following:

  1. https://dev.twitter.com/
  2. https://www.havenondemand.com/

Once you have API keys, remove the .example from haven.example.js and twitter.example.js and add your API keys into these files.

Once you have those two files setup, run npm install to install requisite packages.

Create a MySQL database with:

CREATE DATABASE rippl;

Then run

npm run server

to start up your local express server. From there, run

npm run dev-react

to load up all of your react files.

Finally, run

npm run twitterscript

Once all these commands have been run, navigate to localhost:3000 to use the app. From here, you are able to get a Rippl score for any twitter user.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 76.7%
  • JavaScript 22.8%
  • HTML 0.5%