Skip to content

mcguia/twitter-image-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

121 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Image Feed

An Instagram-like image gallery for Twitter

Perform search on words as well as hashtags. Use from: username to view a user's media tweets.

View Demo

Built with the following:

Setup

  1. Apply for a Twitter developer account and create a Twitter developer app.
  2. Generate API keys and add them to a .env file in the root project directory, defined as CONSUMER_KEY and CONSUMER_SECRET.
  3. yarn install
  4. Start server: yarn run start
  5. Start client: cd client && yarn run start

Deploying to Heroku

  1. Create new heroku app

    heroku create app-name
  2. Set Heroku environment variables

    heroku config:set CONSUMER_KEY=XXXXX
    heroku config:set CONSUMER_SECRET=XXXXX
  3. Push to Heroku

    git push heroku master

About

An Instagram-like image gallery for Twitter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors