You can easily deploy this application to Heroku using the button below. After creating your Twitter application, click the "Deploy to Heroku" button and follow the steps on the next screen to create your own version of this application.
- Git
- Ruby
- Bundler
- Clone This Repo:
git clone https://github.com/litmus/example-css-tweets.git
- Install Dependencies:
cd example-css-tweets && bundle install
- Create Environment File:
cp .env.example .env
- Create Twitter Application: https://apps.twitter.com/
- Enter Your Application's API Credentials in
.env
- Run
bundle exec foreman start
- Visit http://localhost:5000/tweets.css