Skip to content

RebootAmerica/dayone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualizing Pain

Real time visualization of geotagged tweets in response to this year's election results to visualize pain and violence in the aftermath for americans all over the USA and find ways to help. Aggregating tweets in real time over a socket connection based on keywords that are typically associated with online harassment.

This project is purely to show the volume at which our citizens are being targeted in various ways.

Resources:

###To get start:

$ npm init
$ npm install

the twitter API credentials.js is stored in the gitignore, so you will need to make your own that looks like this:

module.exports = {
  consumer_key: "...",
  consumer_secret: "...",
  access_token_key: "...",
  access_token_secret: "..."
};

To run the project locally on 'localhost:3000'

$ node twitter.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published