juanborssotto / who-tweeted-that

Simple game using nodejs + twitter's developer tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple game using nodejs + twitter's developer tools


Languages

Language:JavaScript 69.8%Language:HTML 16.2%Language:CSS 13.3%Language:Dockerfile 0.7%