twitter predictor predicts the best time to post for an account based on the followers last tweet.
Here is the link to the app demo
Install gems
bundle install
You can check that your app runs properly by entering the command
$ rails s
To see your application in action, open a browser window and navigate to http://localhost:3000/. You should see the default rails application page.
bundle exec rspec