#@whosmyrep This app functions as a search tool for twitter users. Users can tweet @whosmyrep with a hastag of a state (eg. #TN or #ohio) and they will get a repsonse with the contact information of their senators and governors.
##Authors Keebz and Diane Douglas and
##Setup In your terminal, clone this repo:
Make sure you've installed postgres and have started the server:
$ postgres
Install all the dependencies:
$ bundle install
Set up the databases on your local machine:
$ rake db:create
$ rake db:schema:load
Finally, start the rails server:
$ ruby whosmyrep.rb
##License MIT