Skip to content

Simple app which searches tweets based on the given search input and displays the tweets.

Notifications You must be signed in to change notification settings

kanmaniselvan/search_tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweets Search App

Simple app which searches tweets based on the given search input and displays the tweets.

Setup

$ bundle install
  • Create .env file the project root folder and then enter your Twitter Search API oauth keys such as CONSUMER_KEY, CONSUMER_SECRET, ACCESS_TOKEN and ACCESS_TOKEN_SECRET.

Run

$ rails s

Go to localhost:3000 in your browser.

Test

$ rspec

About

Simple app which searches tweets based on the given search input and displays the tweets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published