This project uses the Twitter and Flickr APIs to display photos from each of these services which are marked with the #DCtech hashtag. Each of these searches is sorted. In the case of Twitter, tweets are sorted according to how many times they have been retweeted. Flickr images are sorted by number of favorites.
To use this project, you will need Ruby and bundler installed in your working directory.
Then, follow these steps:
- Clone this repository into a directory of your choice.
cd
into the directory and runbundle install
- Once installation is complete, enter
rerun app.rb
to start the server - Navigate in your browser to
http://localhost:4567/twitter
to view the #DCtech Twitter timeline - Visit
http://localhost:4567/flickr
to view the #DCtech Flickr timeline