Skip to content

juanborssotto/who-tweeted-that

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published