An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## Get realtime feedback from a crowd

### Try a [demo](http://like.begriffs.com)

Groupthink Logo
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.