See the latest tweets about Locaweb, ordered by relevance.
$ git clone <REPOSITORY_URL> LocawebTweets
- Clone the project$ cd LocawebTweets
$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
\curl -sSL https://get.rvm.io | bash -s stable
rvm install ruby-2.3.3
rvm 2.3.3@locaweb_tweets
gem install bundler
bundle install
Set this environment variables:
TWITTER_CONSUMER_KEY
|$ export TWITTER_CONSUMER_KEY='value'
TWITTER_CONSUMER_SECRET
|$ export TWITTER_CONSUMER_SECRET='value'
TWITTER_ACCESS_TOKEN
|$ export TWITTER_ACCESS_TOKEN='value'
TWITTER_ACCESS_SECRET
|$ export TWITTER_ACCESS_SECRET='value'
Get this values at: https://apps.twitter.com/
$ bundle exec rails db:setup
$ bundle exec rails server
- Open the browser at url: http://localhost:3000
$ bundle exec rspec