Skip to content

apex/gh-polls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8201560 · Sep 5, 2019

History

91 Commits
Sep 5, 2019
Mar 9, 2018
Sep 15, 2017
Nov 8, 2017
Sep 15, 2017
Jul 3, 2017
Sep 15, 2017
Nov 21, 2017
Jul 3, 2017
Sep 15, 2017
Sep 16, 2017
Sep 15, 2017
Mar 9, 2018

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