Skip to content

apex/gh-polls

Repository files navigation

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! You can create your own online or via the polls CLI.

Installation

Via go get:

$ go get github.com/apex/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