Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 504 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 504 Bytes

twitter-paper

Read Twitter like a newspaper. Yesterday's tweets, published each morning.

Docker

docker-compose up

Creating and configuring new Heroku app

heroku apps:create
heroku container:push web
heroku config:set \
    TWITTER_CONSUMER_KEY=CHANGE_ME \
    TWITTER_CONSUMER_SECRET=CHANGE_ME \
    HEROKU_URL=$(heroku info -s | grep web_url | cut -d= -f2) \
    EXPRESS_SESSION_SECRET=CHANGE_ME \
    NODE_ENV=production
heroku addons:create heroku-redis:hobby-dev