This project shows tweets and tweets by user about an user in twitter.
To run this project you need to have:
- Ruby 2.1.2 - You can use RVM
- Install the depedencies above
$ git clone https://github.com/ddomingues/mentions-on-twitter.git- Clone the project$ cd mentions-on-twitter- Go into the project folder$ bundle install- Install the gem dependencies$ bundle exec rake spec- Run the specs to see if everything is working fine
If everything goes OK, you can now run the project!
You can see an example here: http://showterm.io/6a0054fb8b6b53a56ef2c#slow
$ bundle exec foreman start- Opens the server- Open http://localhost:3000
$ bundle exec rake spec to run the specs.
$ coverage=on bundle exec rake spec to generate the coverage report then open the file coverage/index.html on your browser.