hecontreraso / poll

Voting done simply in real-time

Home Page:http://poll.lab.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poll

Poll is a Ruby on Rails applications for conducting Polls simply and in real-time. Poll requires no registration to create or enter polls and the results page can be loaded while results are loaded in as they occour.

Here are a few screensots from http://poll.lab.io

image

image

image

Installing

$ git clone git@github.com:adambutler/poll.git
$ cd poll
$ bundle install
$ rake db:create
$ rake db:migrate
$ cp .env.example .env

Modify the .env file to match with your Pusher application credentials or setup Slanger (perhaps with docker-slanger)

Contributing

Contributions are welcome, please follow GitHub Flow

About

Voting done simply in real-time

http://poll.lab.io

License:MIT License


Languages

Language:Ruby 52.0%Language:HTML 24.7%Language:CSS 13.2%Language:CoffeeScript 8.2%Language:JavaScript 1.9%