UA WEB CHALLENGE
##Default
- npm install
- node server.js
- http://localhost:3000
- Sign In and you will see default room which would be scanned by BOT
- Click on the ROOM and BOT will be working
Ask him - How many: calc 10 * 2
Change ROOM:
ROOM=<username/room> node server.js
####If problems with Authentication
- Create a new app at https://developer.gitter.im:
Redirect URL
- should be http://localhost:3000/login/callback - Launch Gitter BOT with:
GITTER_KEY=<app-key> GITTER_SECRET=<app-secret> ROOM=<username/room> node server.js
<app-key> & <app-secret> - app's OAUTH KEY & OAUTH SECRET which you have created at https://developer.gitter.im
Go to - http://localhost:3000
After Sign In you will see ROOM which would be scanned by BOT and ROOMS which you are currently in the following.
You can select any one which you want.
Click on the ROOM which would be scanned by BOT and BOT will be working.
Ask him - How many: calc 10 * 2