Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 521 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 521 Bytes

Who tweeted that?!

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 start

Run with docker

$ docker build -t who-tweeted-that .
$ docker run -p 3000:3000 -it who-tweeted-that

Server running at: http://localhost:3000