This is a real-time tipster app for soccer matches, the idea is very simple gather your friends and make unique predictions about the outcome of the game, wait until the game is over and see which was right.
No money have to be involved here, it's just for fun.
Pull requests are very much welcomed.
Have fun!
git clone https://github.com/dustycodecorp/SoccerBet
into your desired folder.- go into that folder and execute
node server.js
. If you prefer you can use something to make the server run as deamon, such as nodemon then you can executenodemon server.js
. - You installation should now be running and listening on port 3000.