Sign inSign up

timoreymann/tweet-wall

By timoreymann

Updated almost 7 years ago
Archived

Image
0

832

timoreymann/tweet-wall repository overview

tweet-wall

GitHub Release Docker Cloud Build Status

What is this?

A simple node app, packaged into a docker container to display recent tweets for a specific search, for events etc.

Requirements

Docker or node installed, depending on how you would like to run your own tweet-wall

How to use?

Configuration

You need a active twitter developer account and a active app, then you need to create a token pair and fill it into the docker container with environment variables:

  • CONSUMER_KEY
  • CONSUMER_SECRET
  • ACCESS_TOKEN_KEY
  • ACCESS_TOKEN_SECRET

Run with node on host/local machine

npm install
npm run server

Using docker

docker run -p 3000:3000 \
           -e CONSUMER_KEY= \
           -e CONSUMER_SECRET= \
           -e ACCESS_TOKEN_KEY= \
           -e ACCESS_TOKEN_SECRET= \ 
           timoreymann/tweet-wall

Tag summary

Content type

Image

Digest

Size

59.5 MB

Last updated

almost 7 years ago

docker pull timoreymann/tweet-wall