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.
Built with the following:
- Apply for a Twitter developer account and create a Twitter developer app.
- Generate API keys and add them to a .env file in the root project directory, defined as CONSUMER_KEY and CONSUMER_SECRET.
yarn install- Start server:
yarn run start - Start client:
cd client && yarn run start
-
Create new heroku app
heroku create app-name
-
Set Heroku environment variables
heroku config:set CONSUMER_KEY=XXXXX heroku config:set CONSUMER_SECRET=XXXXX
-
Push to Heroku
git push heroku master