Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.02 KB

README.rdoc

File metadata and controls

36 lines (20 loc) · 1.02 KB

INTERESTIST.

See the current Google Trends by the hour and get a cumulative social media & news view of each trend (Instagram, Twitter, and USA Today). Save your favorite trends to your profile.

Demo: interestistapp.herokuapp.com

~~~~~~~~~~~~~~~~~~~~~~~~~

To run: Git clone this repo. Make sure PostgreSQL is installed and running locally.

Please input your keys for the Instagram API, Twitter API & USA Today API.

Please copy and paste the raw file from Mozilla Security from this URL into “cacert.pem” in the root directory: mxr.mozilla.org/mozilla-release/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1 .

On Terminal, enter:

bundle install

rake db:create

rake db:migrate

rails s

Go to localhost:3000 .

Demo: interestistapp.herokuapp.com

~~~~~~~~~~~~~~~~~~~~~~~~~

© GENERAL ASSEMBLY Los Angeles - May 2014. By Christie Hua & Zeke Slotsky

Built with Ruby on Rails, PostgreSQL, Zurb Foundation, HTTParty, USA Today API, Twitter API, Instagram API, Google Trends, Google OmniAuth, RSpec, and jQuery.