- HANGMAN browser game
- 0.0.3
Hangman game.
- maintain data after server/client reload
- send SMS
- P2P browser communication
- global statistics page
- HTML5
- JavaScript
- NodeJS
- Bootstrap
- SMS NEXMO API
$ cd src
$ npm install
$ node server.js
- point a browser (chrome) to http://localhost:8080
- set the variables in src/utils/nexmo.js
var API_KEY = 'API_KEY';
var API_SECRET = 'API_SECRET';