Twitter app to retrive tweets based on geo location and hash tag
- Author: Prateek Mehrotra
- Contact: [email protected]
https://pm-twitter-app.herokuapp.com/
https://github.com/prateekm21/twitter_app/wiki/Features
rake db:mongoid:create_indexes RAILS_ENV=test
bundle exec rspec -fd spec/models/* spec/controllers/* spec/integration/*
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)
- Go to