Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siimon/web-planning-poker
https://github.com/siimon/web-planning-poker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/siimon/web-planning-poker
- Owner: siimon
- Created: 2012-02-16T22:30:52.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-16T22:32:06.000Z (almost 13 years ago)
- Last Synced: 2024-04-22T05:09:14.946Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 403 KB
- Stars: 8
- Watchers: 4
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SCRUM Planning Poker
This application is used during planning poker meetings and is useful when the team isn't at the same location.
## Requirements
* HTML5 supporting browser that supports websockets.
* node.js and npm installed
* socket.io (included in repo)
* express (npm install express)
* some kind of webserver, only tested on apache.## Setup
* Copy webdir to a new directory where your webserver can access it.
* Adjust settings in scripts/settings.js and settings.js.
* Start the server with node scrum_cards_server.js
* Browse to host/admin.html and enter your admin nick as name.
* All participants should browse to host url and just enter their name to participate in the planning poker.## Credits
* socket.io
* express
* node.js