https://github.com/begriffs/groupthink
obey the masses with realtime voting
https://github.com/begriffs/groupthink
Last synced: 11 months ago
JSON representation
obey the masses with realtime voting
- Host: GitHub
- URL: https://github.com/begriffs/groupthink
- Owner: begriffs
- License: mit
- Created: 2013-05-10T18:49:10.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T17:54:34.000Z (over 9 years ago)
- Last Synced: 2024-04-15T00:08:56.032Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 368 KB
- Stars: 15
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Get realtime feedback from a crowd
### Try a [demo](http://like.begriffs.com)
This app aggregates a crowd's whim and shows a realtime guage.
Ways to use it
* A meeting bullshit meter
* Feedback for your public speaking
* Rating karaoke
* Gong show
### Deploy your own groupthink server
Clone this repo, go into its directory and run:
npm install
bower install
grunt precompile
npm install jitsu -g
jitsu signup
jitsu login
jitsu apps create your-app
jitsu deploy
Configure the DNS by following [this
guide](https://www.nodejitsu.com/documentation/features/dns/#individual-plans).
### or run it locally
npm install
bower install
grunt precompile
node server.js
To recompile assets automatically as you work, run
grunt watch
### License
Groupthink is Copyright © 2013 Joe Nelson. It is free software, and may
be redistributed under the terms specified in the LICENSE file.