Simple app which searches tweets based on the given search input and displays the tweets.
$ bundle install
- Create
.env
file the project root folder and then enter your Twitter Search APIoauth
keys such asCONSUMER_KEY
,CONSUMER_SECRET
,ACCESS_TOKEN
andACCESS_TOKEN_SECRET
.
$ rails s
Go to localhost:3000
in your browser.
$ rspec