Skip to content

OliverJAsh/twitter-paper

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published