https://github.com/gfargo/gifelections
An exercise with meteor.js to display Gifs contained within tweets surrounding the 2016 presidential elections
https://github.com/gfargo/gifelections
Last synced: 3 months ago
JSON representation
An exercise with meteor.js to display Gifs contained within tweets surrounding the 2016 presidential elections
- Host: GitHub
- URL: https://github.com/gfargo/gifelections
- Owner: gfargo
- Created: 2015-07-12T17:58:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T20:57:14.000Z (about 9 years ago)
- Last Synced: 2025-01-12T05:40:57.429Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 343 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Presidential Gif Elections
An exercise with Meteor.js to display Gifs contained within tweets directed to the 2016 presidential candidates.
##### Twitter General Reqs

[URL](https://about.twitter.com/company/display-requirements)### Current Routes
- `/` >> Home
- `/about` >> About Page
- `/feed/:handle` >> Displays Tweets from :handle
- `/tag/:hashtag` >> Displays Tweets from :hashtag### Twitter API Streaming
- [Streaming Overview](https://dev.twitter.com/streaming/overview)
- [Using Streams](https://dev.twitter.com/streaming/userstreams)
- [Public Streams](https://dev.twitter.com/streaming/public)### Requirements for Site Streaming
- Read all of the (streaming API documentation)[https://dev.twitter.com/streaming/overview] and understand best practices around establishing and maintaining streaming connections.
- Implement a single-user proof of concept using user streams, taking into consideration queueing, processing, REST fallback support, and scaling requirements for expanding to many users.- Apply for beta access to the Site Streams API by filling out the form at http://bit.ly/sitestreams. If approved, you will receive an email with further instructions.
##### TODO:
- [x] Import feeds from twitter config file
- [x] Create view to display current feeds
- [ ] Write Twitter API Getters
- [ ] _Not sure if this should be timed requests or something else?_
- [x] Get User Info
- [x] Get Tweets for Handle
- [ ] Get Tweets for Hashtag
- [ ] Display tweets from current candidates
- [ ] Create a tweet parser function ?
- [ ] Create a tweet storing function -### Design Goals:
- Unbiased display of information by using culturally established norms
+ democrats on the left
+ republicans on the right
- 'red' / 'blue' color schemes
- 'donkey' / 'elephant'