silverbux / gh-polls

Polls for GitHub issues and readmes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Polls

User polls for GitHub powered by Up.

About

These polls work by pasting individual markdown SVG images into your issue, each wrapped with a link that tracks a vote. A single vote per IP is allowed for a given poll, which are stored in DynamoDB.

What do they look like? The poll above is live, click one out and give it a try!

Installation

Via go get:

$ go get github.com/tj/gh-polls/cmd/polls

Then create your own poll with polls new, the markdown is copied to your clipboard.

Usage

Create a new poll for who is the best ferret.

$ polls new Tobi Loki Jane

Create a new poll for the best species:

$ polls new "Cats are cool" "Dogs are better" "Ferrets for the win"

Statistics

GitHub poll API statistics powered by Up.


GoDoc

About

Polls for GitHub issues and readmes


Languages

Language:Go 99.3%Language:Makefile 0.7%