Skip to content

prateekm21/twitter_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter App

Twitter app to retrive tweets based on geo location and hash tag

Heroku

http://pm-twitter-app.herokuapp.com/

How it works:

https://github.com/prateekm21/twitter_app/wiki/Features

RSpec

rake db:mongoid:create_indexes RAILS_ENV=test
bundle exec rspec -fd spec/models/* spec/controllers/* spec/integration/*

Run App locally

rake db:mongoid:create_indexes
foreman start
  • For populating local DB with tweets
    • Go to bundle exec rails c under the app folder
    • Resque.enqueue(Workers::Fetch::DownloadTweets)

API Wiki

https://github.com/prateekm21/twitter_app/wiki

About

Twitter app to retrive tweets based on geo location

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published