Guess who of your friends tweeted that
Add your twitter's developer tokens to ~/twitConfig.js
module.exports = {
consumer_key: '...',
consumer_secret: '...',
access_token: '...',
access_token_secret: '...',
}Run with npm
$ npm run make$ npm run startRun with docker
$ docker build -t who-tweeted-that .$ docker run -p 3000:3000 -it who-tweeted-thatServer running at: http://localhost:3000