Skip to content

An Example Implementation of Tweets in CSS

License

Notifications You must be signed in to change notification settings

litmus/example-css-tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Litmus Example – Tweets in CSS

Deploy A Copy

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.

Deploy

Local Development

Requirements

  • Git
  • Ruby
  • Bundler

Setup

  1. Clone This Repo: git clone https://github.com/litmus/example-css-tweets.git
  2. Install Dependencies: cd example-css-tweets && bundle install
  3. Create Environment File: cp .env.example .env
  4. Create Twitter Application: https://apps.twitter.com/
  5. Enter Your Application's API Credentials in .env
  6. Run bundle exec foreman start
  7. Visit http://localhost:5000/tweets.css

About

An Example Implementation of Tweets in CSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages